#6BCEC0

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

Shades of Downy #6BCEC0

Tints of Downy #6BCEC0

Color information

#6BCEC0 (or 0x6BCEC0) is unknown color: approx Downy. HEX triplet: 6B, CE and C0. RGB value is (107,206,192). Sum of RGB (Red+Green+Blue) = 107+206+192=505 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.19% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #6BCEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCEC0 is #94313F. Grayscale: #AEAEAE. Windows color (decimal): -9711936 or 12635755. OLE color: 12635755.

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

Color convert

RGB107206192-
CMYK0.4800.070.19
HSL171.52º50.25%61.37%-
HSV(B)171.52º48.06%80.78%-
XYZ37.6551.0757.74-
YUV174.8137.779.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.19%
GREEN value IS 206 (80.86% from 255) = 40.79%
BLUE value IS 192 (75.39% from 255) = 38.02%
R=21.19%
G=40.79%
B=38.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1072061920.4800.070.19171.5250.2561.37
Hex6BCEC0300713ac323d
Octal1533163006007232546275
Binary1101011110011101100000011000001111001110101100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,206,192); }

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

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

 a { background-color: rgb(107,206,192); }

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

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

 span { border-color: rgb(107,206,192); }

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