#6AC7CD

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

Shades of Spray #6AC7CD

Tints of Spray #6AC7CD

Color information

#6AC7CD (or 0x6AC7CD) is unknown color: approx Spray. HEX triplet: 6A, C7 and CD. RGB value is (106,199,205). Sum of RGB (Red+Green+Blue) = 106+199+205=510 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.78% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #6AC7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC7CD is #953832. Grayscale: #ABABAB. Windows color (decimal): -9779251 or 13485930. OLE color: 13485930.

HSL color Cylindrical-coordinate representation of color #6AC7CD: hue angle of 183.64º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6AC7CD is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB106199205-
CMYK0.480.0300.20
HSL183.64º49.75%60.98%-
HSV(B)183.64º48.29%80.39%-
XYZ37.3948.3265.11-
YUV171.88146.6981.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.78%
GREEN value IS 199 (78.12% from 255) = 39.02%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=20.78%
G=39.02%
B=40.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1061992050.480.0300.20183.6449.7560.98
Hex6AC7CD303014b8323d
Octal1523073156030242706275
Binary110101011000111110011011100001101010010111000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,199,205); }

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

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

 a { background-color: rgb(106,199,205); }

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

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

 span { border-color: rgb(106,199,205); }

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