#6BD2C0

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

Shades of Downy #6BD2C0

Tints of Downy #6BD2C0

Color information

#6BD2C0 (or 0x6BD2C0) is unknown color: approx Downy. HEX triplet: 6B, D2 and C0. RGB value is (107,210,192). Sum of RGB (Red+Green+Blue) = 107+210+192=509 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.02% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #6BD2C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD2C0 is #942D3F. Grayscale: #B1B1B1. Windows color (decimal): -9710912 or 12636779. OLE color: 12636779.

HSL color Cylindrical-coordinate representation of color #6BD2C0: hue angle of 169.51º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD2C0 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB107210192-
CMYK0.4900.090.18
HSL169.51º53.37%62.16%-
HSV(B)169.51º49.05%82.35%-
XYZ38.6253.0258.07-
YUV177.15136.3877.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.02%
GREEN value IS 210 (82.42% from 255) = 41.26%
BLUE value IS 192 (75.39% from 255) = 37.72%
R=21.02%
G=41.26%
B=37.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1072101920.4900.090.18169.5153.3762.16
Hex6BD2C0310912aa353e
Octal15332230061011222526576
Binary11010111101001011000000110001010011001010101010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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