#6BD4BB

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

Shades of Downy #6BD4BB

Tints of Downy #6BD4BB

Color information

#6BD4BB (or 0x6BD4BB) is unknown color: approx Downy. HEX triplet: 6B, D4 and BB. RGB value is (107,212,187). Sum of RGB (Red+Green+Blue) = 107+212+187=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #6BD4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD4BB is #942B44. Grayscale: #B1B1B1. Windows color (decimal): -9710405 or 12309611. OLE color: 12309611.

HSL color Cylindrical-coordinate representation of color #6BD4BB: hue angle of 165.71º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD4BB is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB107212187-
CMYK0.5000.120.17
HSL165.71º54.97%62.55%-
HSV(B)165.71º49.53%83.14%-
XYZ38.5853.855.37-
YUV177.76133.2177.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.15%
GREEN value IS 212 (83.20% from 255) = 41.90%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=21.15%
G=41.90%
B=36.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1072121870.5000.120.17165.7154.9762.55
Hex6BD4BB320C11a6373f
Octal15332427362014212466777
Binary11010111101010010111011110010011001000110100110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,212,187); }

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

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

 a { background-color: rgb(107,212,187); }

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

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

 span { border-color: rgb(107,212,187); }

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