#6BD7BF

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

Shades of Downy #6BD7BF

Tints of Downy #6BD7BF

Color information

#6BD7BF (or 0x6BD7BF) is unknown color: approx Downy. HEX triplet: 6B, D7 and BF. RGB value is (107,215,191). Sum of RGB (Red+Green+Blue) = 107+215+191=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #6BD7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD7BF is #942840. Grayscale: #B3B3B3. Windows color (decimal): -9709633 or 12572523. OLE color: 12572523.

HSL color Cylindrical-coordinate representation of color #6BD7BF: hue angle of 166.67º 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 #6BD7BF is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB107215191-
CMYK0.5000.110.16
HSL166.67º57.45%63.14%-
HSV(B)166.67º50.23%84.31%-
XYZ39.7755.4957.9-
YUV179.97134.2275.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.86%
GREEN value IS 215 (84.38% from 255) = 41.91%
BLUE value IS 191 (75% from 255) = 37.23%
R=20.86%
G=41.91%
B=37.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1072151910.5000.110.16166.6757.4563.14
Hex6BD7BF320B10a7393f
Octal15332727762013202477177
Binary11010111101011110111111110010010111000010100111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,215,191); }

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

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

 a { background-color: rgb(107,215,191); }

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

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

 span { border-color: rgb(107,215,191); }

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