#6BE8CB

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

Shades of Downy #6BE8CB

Tints of Downy #6BE8CB

Color information

#6BE8CB (or 0x6BE8CB) is unknown color: approx Downy. HEX triplet: 6B, E8 and CB. RGB value is (107,232,203). Sum of RGB (Red+Green+Blue) = 107+232+203=542 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.74% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 232 - color contains mainly: green. Hex color #6BE8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE8CB is #941734. Grayscale: #BFBFBF. Windows color (decimal): -9705269 or 13363307. OLE color: 13363307.

HSL color Cylindrical-coordinate representation of color #6BE8CB: hue angle of 166.08º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BE8CB is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB107232203-
CMYK0.5400.120.09
HSL166.08º73.1%66.47%-
HSV(B)166.08º53.88%90.98%-
XYZ45.765.1566.67-
YUV191.32134.5967.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.74%
GREEN value IS 232 (91.02% from 255) = 42.80%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=19.74%
G=42.80%
B=37.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1072322030.5400.120.09166.0873.166.47
Hex6BE8CB360C9a64942
Octal1533503136601411246111102
Binary110101111101000110010111101100110010011010011010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,232,203); }

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

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

 a { background-color: rgb(107,232,203); }

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

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

 span { border-color: rgb(107,232,203); }

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