#6BC6B7

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

Shades of Downy #6BC6B7

Tints of Downy #6BC6B7

Color information

#6BC6B7 (or 0x6BC6B7) is unknown color: approx Downy. HEX triplet: 6B, C6 and B7. RGB value is (107,198,183). Sum of RGB (Red+Green+Blue) = 107+198+183=488 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.93% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #6BC6B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC6B7 is #943948. Grayscale: #A9A9A9. Windows color (decimal): -9713993 or 12043883. OLE color: 12043883.

HSL color Cylindrical-coordinate representation of color #6BC6B7: hue angle of 170.11º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BC6B7 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB107198183-
CMYK0.4600.080.22
HSL170.11º44.39%59.8%-
HSV(B)170.11º45.96%77.65%-
XYZ34.846.9352.02-
YUV169.08135.8583.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.93%
GREEN value IS 198 (77.73% from 255) = 40.57%
BLUE value IS 183 (71.88% from 255) = 37.5%
R=21.93%
G=40.57%
B=37.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1071981830.4600.080.22170.1144.3959.8
Hex6BC6B72E0816aa2c3c
Octal15330626756010262525474
Binary11010111100011010110111101110010001011010101010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,198,183); }

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

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

 a { background-color: rgb(107,198,183); }

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

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

 span { border-color: rgb(107,198,183); }

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