#6BD9B8

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

Shades of Downy #6BD9B8

Tints of Downy #6BD9B8

Color information

#6BD9B8 (or 0x6BD9B8) is unknown color: approx Downy. HEX triplet: 6B, D9 and B8. RGB value is (107,217,184). Sum of RGB (Red+Green+Blue) = 107+217+184=508 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.06% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #6BD9B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD9B8 is #942647. Grayscale: #B4B4B4. Windows color (decimal): -9709128 or 12114283. OLE color: 12114283.

HSL color Cylindrical-coordinate representation of color #6BD9B8: hue angle of 162º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BD9B8 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB107217184-
CMYK0.5100.150.15
HSL162º59.14%63.53%-
HSV(B)162º50.69%85.1%-
XYZ39.5356.2154.11-
YUV180.35130.0675.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.06%
GREEN value IS 217 (85.16% from 255) = 42.72%
BLUE value IS 184 (72.27% from 255) = 36.22%
R=21.06%
G=42.72%
B=36.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1072171840.5100.150.1516259.1463.53
Hex6BD9B8330FFa23b40
Octal153331270630171724273100
Binary11010111101100110111000110011011111111101000101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,217,184); }

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

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

 a { background-color: rgb(107,217,184); }

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

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

 span { border-color: rgb(107,217,184); }

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