#6AC8D3

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

Shades of Spray #6AC8D3

Tints of Spray #6AC8D3

Color information

#6AC8D3 (or 0x6AC8D3) is unknown color: approx Spray. HEX triplet: 6A, C8 and D3. RGB value is (106,200,211). Sum of RGB (Red+Green+Blue) = 106+200+211=517 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.50% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 211 (82.81% from 255 or 40.81% from 517); Max value from RGB is 211 - color contains mainly: blue. Hex color #6AC8D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC8D3 is #95372C. Grayscale: #ADADAD. Windows color (decimal): -9778989 or 13879402. OLE color: 13879402.

HSL color Cylindrical-coordinate representation of color #6AC8D3: hue angle of 186.29º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AC8D3 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB106200211-
CMYK0.500.0500.17
HSL186.29º54.4%62.16%-
HSV(B)186.29º49.76%82.75%-
XYZ38.3649.0869.08-
YUV173.15149.3680.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.50%
GREEN value IS 200 (78.52% from 255) = 38.68%
BLUE value IS 211 (82.81% from 255) = 40.81%
R=20.50%
G=38.68%
B=40.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1062002110.500.0500.17186.2954.462.16
Hex6AC8D3325011ba363e
Octal1523103236250212726676
Binary1101010110010001101001111001010101000110111010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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