#6BD6C3

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

Shades of Downy #6BD6C3

Tints of Downy #6BD6C3

Color information

#6BD6C3 (or 0x6BD6C3) is unknown color: approx Downy. HEX triplet: 6B, D6 and C3. RGB value is (107,214,195). Sum of RGB (Red+Green+Blue) = 107+214+195=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #6BD6C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD6C3 is #94293C. Grayscale: #B3B3B3. Windows color (decimal): -9709885 or 12834411. OLE color: 12834411.

HSL color Cylindrical-coordinate representation of color #6BD6C3: hue angle of 169.35º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD6C3 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB107214195-
CMYK0.5000.090.16
HSL169.35º56.61%62.94%-
HSV(B)169.35º50%83.92%-
XYZ39.9655.1660.17-
YUV179.84136.5576.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.74%
GREEN value IS 214 (83.98% from 255) = 41.47%
BLUE value IS 195 (76.56% from 255) = 37.79%
R=20.74%
G=41.47%
B=37.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1072141950.5000.090.16169.3556.6162.94
Hex6BD6C3320910a9393f
Octal15332630362011202517177
Binary11010111101011011000011110010010011000010101001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,214,195); }

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

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

 a { background-color: rgb(107,214,195); }

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

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

 span { border-color: rgb(107,214,195); }

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