#6CCBBA

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

Shades of Downy #6CCBBA

Tints of Downy #6CCBBA

Color information

#6CCBBA (or 0x6CCBBA) is unknown color: approx Downy. HEX triplet: 6C, CB and BA. RGB value is (108,203,186). Sum of RGB (Red+Green+Blue) = 108+203+186=497 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.73% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 203 - color contains mainly: green. Hex color #6CCBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCBBA is #933445. Grayscale: #ACACAC. Windows color (decimal): -9647174 or 12241772. OLE color: 12241772.

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

Color convert

RGB108203186-
CMYK0.4700.080.20
HSL169.26º47.74%60.98%-
HSV(B)169.26º46.8%79.61%-
XYZ36.449.4554.08-
YUV172.66135.5381.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.73%
GREEN value IS 203 (79.69% from 255) = 40.85%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=21.73%
G=40.85%
B=37.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1082031860.4700.080.20169.2647.7460.98
Hex6CCBBA2F0814a9303d
Octal15431327257010242516075
Binary11011001100101110111010101111010001010010101001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,203,186); }

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

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

 a { background-color: rgb(108,203,186); }

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

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

 span { border-color: rgb(108,203,186); }

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