#6BD1BE

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

Shades of Downy #6BD1BE

Tints of Downy #6BD1BE

Color information

#6BD1BE (or 0x6BD1BE) is unknown color: approx Downy. HEX triplet: 6B, D1 and BE. RGB value is (107,209,190). Sum of RGB (Red+Green+Blue) = 107+209+190=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #6BD1BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD1BE is #942E41. Grayscale: #B0B0B0. Windows color (decimal): -9711170 or 12505451. OLE color: 12505451.

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

Color convert

RGB107209190-
CMYK0.4900.090.18
HSL168.82º52.58%61.96%-
HSV(B)168.82º48.8%81.96%-
XYZ38.1652.4456.83-
YUV176.34135.7178.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.15%
GREEN value IS 209 (82.03% from 255) = 41.30%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=21.15%
G=41.30%
B=37.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1072091900.4900.090.18168.8252.5861.96
Hex6BD1BE310912a9353e
Octal15332127661011222516576
Binary11010111101000110111110110001010011001010101001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,209,190); }

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

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

 a { background-color: rgb(107,209,190); }

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

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

 span { border-color: rgb(107,209,190); }

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