#6AC8DE

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

Shades of Spray #6AC8DE

Tints of Spray #6AC8DE

Color information

#6AC8DE (or 0x6AC8DE) is unknown color: approx Spray. HEX triplet: 6A, C8 and DE. RGB value is (106,200,222). Sum of RGB (Red+Green+Blue) = 106+200+222=528 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.08% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #6AC8DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC8DE is #953721. Grayscale: #AEAEAE. Windows color (decimal): -9778978 or 14600298. OLE color: 14600298.

HSL color Cylindrical-coordinate representation of color #6AC8DE: hue angle of 191.38º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AC8DE is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB106200222-
CMYK0.520.1000.13
HSL191.38º63.74%64.31%-
HSV(B)191.38º52.25%87.06%-
XYZ39.7849.6576.59-
YUV174.4154.8679.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.08%
GREEN value IS 200 (78.52% from 255) = 37.88%
BLUE value IS 222 (87.11% from 255) = 42.05%
R=20.08%
G=37.88%
B=42.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1062002220.520.1000.13191.3863.7464.31
Hex6AC8DE34A0Dbf4040
Octal1523103366412015277100100
Binary110101011001000110111101101001010011011011111110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,200,222); }

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

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

 a { background-color: rgb(106,200,222); }

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

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

 span { border-color: rgb(106,200,222); }

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