#6BD1BD

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

Shades of Downy #6BD1BD

Tints of Downy #6BD1BD

Color information

#6BD1BD (or 0x6BD1BD) is unknown color: approx Downy. HEX triplet: 6B, D1 and BD. RGB value is (107,209,189). Sum of RGB (Red+Green+Blue) = 107+209+189=505 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.19% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 209 - color contains mainly: green. Hex color #6BD1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD1BD is #942E42. Grayscale: #B0B0B0. Windows color (decimal): -9711171 or 12439915. OLE color: 12439915.

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

Color convert

RGB107209189-
CMYK0.4900.100.18
HSL168.24º52.58%61.96%-
HSV(B)168.24º48.8%81.96%-
XYZ38.0552.456.25-
YUV176.22135.2178.63-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.19%
GREEN value IS 209 (82.03% from 255) = 41.39%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=21.19%
G=41.39%
B=37.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1072091890.4900.100.18168.2452.5861.96
Hex6BD1BD310A12a8353e
Octal15332127561012222506576
Binary11010111101000110111101110001010101001010101000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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