#6BC7BE

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

Shades of Downy #6BC7BE

Tints of Downy #6BC7BE

Color information

#6BC7BE (or 0x6BC7BE) is unknown color: approx Downy. HEX triplet: 6B, C7 and BE. RGB value is (107,199,190). Sum of RGB (Red+Green+Blue) = 107+199+190=496 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.57% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 199 - color contains mainly: green. Hex color #6BC7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC7BE is #943841. Grayscale: #AAAAAA. Windows color (decimal): -9713730 or 12502891. OLE color: 12502891.

HSL color Cylindrical-coordinate representation of color #6BC7BE: hue angle of 174.13º degrees, saturation: 0.45, 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 #6BC7BE is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB107199190-
CMYK0.4600.050.22
HSL174.13º45.1%60%-
HSV(B)174.13º46.23%78.04%-
XYZ35.7847.6956.03-
YUV170.47139.0282.73-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.57%
GREEN value IS 199 (78.12% from 255) = 40.12%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=21.57%
G=40.12%
B=38.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1071991900.4600.050.22174.1345.160
Hex6BC7BE2E0516ae2d3c
Octal1533072765605262565574
Binary1101011110001111011111010111001011011010101110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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