#6BD2C7

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

Shades of Downy #6BD2C7

Tints of Downy #6BD2C7

Color information

#6BD2C7 (or 0x6BD2C7) is unknown color: approx Downy. HEX triplet: 6B, D2 and C7. RGB value is (107,210,199). Sum of RGB (Red+Green+Blue) = 107+210+199=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #6BD2C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD2C7 is #942D38. Grayscale: #B1B1B1. Windows color (decimal): -9710905 or 13095531. OLE color: 13095531.

HSL color Cylindrical-coordinate representation of color #6BD2C7: hue angle of 173.59º 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 #6BD2C7 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB107210199-
CMYK0.4900.050.18
HSL173.59º53.37%62.16%-
HSV(B)173.59º49.05%82.35%-
XYZ39.4253.3462.25-
YUV177.95139.8877.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.74%
GREEN value IS 210 (82.42% from 255) = 40.70%
BLUE value IS 199 (78.12% from 255) = 38.57%
R=20.74%
G=40.70%
B=38.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1072101990.4900.050.18173.5953.3762.16
Hex6BD2C7310512ae353e
Octal1533223076105222566576
Binary1101011110100101100011111000101011001010101110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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