#6BD9B9

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

Shades of Downy #6BD9B9

Tints of Downy #6BD9B9

Color information

#6BD9B9 (or 0x6BD9B9) is unknown color: approx Downy. HEX triplet: 6B, D9 and B9. RGB value is (107,217,185). Sum of RGB (Red+Green+Blue) = 107+217+185=509 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.02% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #6BD9B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD9B9 is #942646. Grayscale: #B4B4B4. Windows color (decimal): -9709127 or 12179819. OLE color: 12179819.

HSL color Cylindrical-coordinate representation of color #6BD9B9: hue angle of 162.55º 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 #6BD9B9 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB107217185-
CMYK0.5100.150.15
HSL162.55º59.14%63.53%-
HSV(B)162.55º50.69%85.1%-
XYZ39.6356.2554.67-
YUV180.46130.5675.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.02%
GREEN value IS 217 (85.16% from 255) = 42.63%
BLUE value IS 185 (72.66% from 255) = 36.35%
R=21.02%
G=42.63%
B=36.35%

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
Decimal1072171850.5100.150.15162.5559.1463.53
Hex6BD9B9330FFa33b40
Octal153331271630171724373100
Binary11010111101100110111001110011011111111101000111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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