#6CC8B7

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

Shades of Downy #6CC8B7

Tints of Downy #6CC8B7

Color information

#6CC8B7 (or 0x6CC8B7) is unknown color: approx Downy. HEX triplet: 6C, C8 and B7. RGB value is (108,200,183). Sum of RGB (Red+Green+Blue) = 108+200+183=491 (65% of max value = 765). Red value is 108 (42.58% from 255 or 22.00% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 200 - color contains mainly: green. Hex color #6CC8B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC8B7 is #933748. Grayscale: #AAAAAA. Windows color (decimal): -9647945 or 12044396. OLE color: 12044396.

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

Color convert

RGB108200183-
CMYK0.4600.080.22
HSL168.91º45.54%60.39%-
HSV(B)168.91º46%78.43%-
XYZ35.3947.9252.18-
YUV170.55135.0283.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.00%
GREEN value IS 200 (78.52% from 255) = 40.73%
BLUE value IS 183 (71.88% from 255) = 37.27%
R=22.00%
G=40.73%
B=37.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1082001830.4600.080.22168.9145.5460.39
Hex6CC8B72E0816a92e3c
Octal15431026756010262515674
Binary11011001100100010110111101110010001011010101001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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