#6BCAC0

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

Shades of Downy #6BCAC0

Tints of Downy #6BCAC0

Color information

#6BCAC0 (or 0x6BCAC0) is unknown color: approx Downy. HEX triplet: 6B, CA and C0. RGB value is (107,202,192). Sum of RGB (Red+Green+Blue) = 107+202+192=501 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.36% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCAC0 is #94353F. Grayscale: #ACACAC. Windows color (decimal): -9712960 or 12634731. OLE color: 12634731.

HSL color Cylindrical-coordinate representation of color #6BCAC0: hue angle of 173.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCAC0 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB107202192-
CMYK0.4700.050.21
HSL173.68º47.26%60.59%-
HSV(B)173.68º47.03%79.22%-
XYZ36.749.1757.43-
YUV172.46139.0381.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.36%
GREEN value IS 202 (79.30% from 255) = 40.32%
BLUE value IS 192 (75.39% from 255) = 38.32%
R=21.36%
G=40.32%
B=38.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1072021920.4700.050.21173.6847.2660.59
Hex6BCAC02F0515ae2f3d
Octal1533123005705252565775
Binary1101011110010101100000010111101011010110101110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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