#6BDCBF

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

Shades of Downy #6BDCBF

Tints of Downy #6BDCBF

Color information

#6BDCBF (or 0x6BDCBF) is unknown color: approx Downy. HEX triplet: 6B, DC and BF. RGB value is (107,220,191). Sum of RGB (Red+Green+Blue) = 107+220+191=518 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.66% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDCBF is #942340. Grayscale: #B6B6B6. Windows color (decimal): -9708353 or 12573803. OLE color: 12573803.

HSL color Cylindrical-coordinate representation of color #6BDCBF: hue angle of 164.6º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDCBF is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB107220191-
CMYK0.5100.130.14
HSL164.6º61.75%64.12%-
HSV(B)164.6º51.36%86.27%-
XYZ41.0658.0758.34-
YUV182.91132.5673.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.66%
GREEN value IS 220 (86.33% from 255) = 42.47%
BLUE value IS 191 (75% from 255) = 36.87%
R=20.66%
G=42.47%
B=36.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1072201910.5100.130.14164.661.7564.12
Hex6BDCBF330DEa53e40
Octal153334277630151624576100
Binary11010111101110010111111110011011011110101001011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,220,191); }

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

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

 a { background-color: rgb(107,220,191); }

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

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

 span { border-color: rgb(107,220,191); }

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