#6be0c1

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

Shades of Downy #6BE0C1

Tints of Downy #6BE0C1

Color information

#6BE0C1 (or 0x6BE0C1) is unknown color: approx Downy. HEX triplet: 6B, E0 and C1. RGB value is (107,224,193). Sum of RGB (Red+Green+Blue) = 107+224+193=524 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.42% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #6BE0C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE0C1 is #941F3E. Grayscale: #B9B9B9. Windows color (decimal): -9707327 or 12705899. OLE color: 12705899.

HSL color Cylindrical-coordinate representation of color #6BE0C1: hue angle of 164.1º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BE0C1 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB107224193-
CMYK0.5200.140.12
HSL164.1º65.36%64.9%-
HSV(B)164.1º52.23%87.84%-
XYZ42.3460.2959.86-
YUV185.48132.2472.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.42%
GREEN value IS 224 (87.89% from 255) = 42.75%
BLUE value IS 193 (75.78% from 255) = 36.83%
R=20.42%
G=42.75%
B=36.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1072241930.5200.140.12164.165.3664.9
Hex6BE0C1340ECa44141
Octal1533403016401614244101101
Binary110101111100000110000011101000111011001010010010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6be0c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,224,193); }

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

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

 a { background-color: rgb(107,224,193); }

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

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

 span { border-color: rgb(107,224,193); }

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