#6CC8BB

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

Shades of Downy #6CC8BB

Tints of Downy #6CC8BB

Color information

#6CC8BB (or 0x6CC8BB) is unknown color: approx Downy. HEX triplet: 6C, C8 and BB. RGB value is (108,200,187). Sum of RGB (Red+Green+Blue) = 108+200+187=495 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.82% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 200 - color contains mainly: green. Hex color #6CC8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC8BB is #933744. Grayscale: #AAAAAA. Windows color (decimal): -9647941 or 12306540. OLE color: 12306540.

HSL color Cylindrical-coordinate representation of color #6CC8BB: hue angle of 171.52º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6CC8BB is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB108200187-
CMYK0.4600.060.22
HSL171.52º45.54%60.39%-
HSV(B)171.52º46%78.43%-
XYZ35.8148.0854.41-
YUV171.01137.0283.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.82%
GREEN value IS 200 (78.52% from 255) = 40.40%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=21.82%
G=40.40%
B=37.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1082001870.4600.060.22171.5245.5460.39
Hex6CC8BB2E0616ac2e3c
Octal1543102735606262545674
Binary1101100110010001011101110111001101011010101100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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