#6CCBBB

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

Shades of Downy #6CCBBB

Tints of Downy #6CCBBB

Color information

#6CCBBB (or 0x6CCBBB) is unknown color: approx Downy. HEX triplet: 6C, CB and BB. RGB value is (108,203,187). Sum of RGB (Red+Green+Blue) = 108+203+187=498 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.69% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #6CCBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCBBB is #933444. Grayscale: #ACACAC. Windows color (decimal): -9647173 or 12307308. OLE color: 12307308.

HSL color Cylindrical-coordinate representation of color #6CCBBB: hue angle of 169.89º 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 #6CCBBB is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB108203187-
CMYK0.4700.080.20
HSL169.89º47.74%60.98%-
HSV(B)169.89º46.8%79.61%-
XYZ36.5149.4954.64-
YUV172.77136.0381.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.69%
GREEN value IS 203 (79.69% from 255) = 40.76%
BLUE value IS 187 (73.44% from 255) = 37.55%
R=21.69%
G=40.76%
B=37.55%

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
Decimal1082031870.4700.080.20169.8947.7460.98
Hex6CCBBB2F0814aa303d
Octal15431327357010242526075
Binary11011001100101110111011101111010001010010101010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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