#6BCECA

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

Shades of Downy #6BCECA

Tints of Downy #6BCECA

Color information

#6BCECA (or 0x6BCECA) is unknown color: approx Downy. HEX triplet: 6B, CE and CA. RGB value is (107,206,202). Sum of RGB (Red+Green+Blue) = 107+206+202=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #6BCECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCECA is #943135. Grayscale: #AFAFAF. Windows color (decimal): -9711926 or 13291115. OLE color: 13291115.

HSL color Cylindrical-coordinate representation of color #6BCECA: hue angle of 177.58º 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 #6BCECA is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB107206202-
CMYK0.4800.020.19
HSL177.58º50.25%61.37%-
HSV(B)177.58º48.06%80.78%-
XYZ38.851.5363.78-
YUV175.94142.778.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.78%
GREEN value IS 206 (80.86% from 255) = 40%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=20.78%
G=40%
B=39.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1072062020.4800.020.19177.5850.2561.37
Hex6BCECA300213b2323d
Octal1533163126002232626275
Binary110101111001110110010101100000101001110110010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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