#6BDCBE

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

Shades of Downy #6BDCBE

Tints of Downy #6BDCBE

Color information

#6BDCBE (or 0x6BDCBE) is unknown color: approx Downy. HEX triplet: 6B, DC and BE. RGB value is (107,220,190). Sum of RGB (Red+Green+Blue) = 107+220+190=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDCBE is #942341. Grayscale: #B6B6B6. Windows color (decimal): -9708354 or 12508267. OLE color: 12508267.

HSL color Cylindrical-coordinate representation of color #6BDCBE: hue angle of 164.07º 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 #6BDCBE is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB107220190-
CMYK0.5100.140.14
HSL164.07º61.75%64.12%-
HSV(B)164.07º51.36%86.27%-
XYZ40.9558.0357.76-
YUV182.79132.0673.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.70%
GREEN value IS 220 (86.33% from 255) = 42.55%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=20.70%
G=42.55%
B=36.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1072201900.5100.140.14164.0761.7564.12
Hex6BDCBE330EEa43e40
Octal153334276630161624476100
Binary11010111101110010111110110011011101110101001001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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