#6A84CE

Color #6A84CE Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #6A84CE

Tints of Danube #6A84CE

Color information

#6A84CE (or 0x6A84CE) is unknown color: approx Danube. HEX triplet: 6A, 84 and CE. RGB value is (106,132,206). Sum of RGB (Red+Green+Blue) = 106+132+206=444 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.87% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #6A84CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A84CE is #957B31. Grayscale: #848484. Windows color (decimal): -9796402 or 13534314. OLE color: 13534314.

HSL color Cylindrical-coordinate representation of color #6A84CE: hue angle of 224.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A84CE is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB106132206-
CMYK0.490.3600.19
HSL224.4º50.51%61.18%-
HSV(B)224.4º48.54%80.78%-
XYZ25.3424.0261.69-
YUV132.66169.39108.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 23.87%
GREEN value IS 132 (51.95% from 255) = 29.73%
BLUE value IS 206 (80.86% from 255) = 46.40%
R=23.87%
G=29.73%
B=46.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1061322060.490.3600.19224.450.5161.18
Hex6A84CE3124013e0333d
Octal15220431661440233406375
Binary1101010100001001100111011000110010001001111100000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A84CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A84CE; }

 p { color: rgb(106,132,206); }

 H1.HeaderClassName
 {
   color: #6A84CE;
 }
 .AnyTagClassName
 {
   color: #6A84CE;
 }
</style>
background-color css

<style>
 a { background-color: #6A84CE; }

 a { background-color: rgb(106,132,206); }

 div.DivClassName
 {
   background-color: #6A84CE;
 }
 .BgClassName
 {
   background-color: #6A84CE;
 }
</style>
border-color css

<style>
 span { border-color: #6A84CE; }

 span { border-color: rgb(106,132,206); }

 td.TdClassName
 {
   border-color: #6A84CE;
 }
 .TagClassName
 {
   border-color: #6A84CE;
 }
</style>