#6BE8CA

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

Shades of Downy #6BE8CA

Tints of Downy #6BE8CA

Color information

#6BE8CA (or 0x6BE8CA) is unknown color: approx Downy. HEX triplet: 6B, E8 and CA. RGB value is (107,232,202). Sum of RGB (Red+Green+Blue) = 107+232+202=541 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.78% from 541); Green value is 232 (91.02% from 255 or 42.88% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 232 - color contains mainly: green. Hex color #6BE8CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE8CA is #941735. Grayscale: #BFBFBF. Windows color (decimal): -9705270 or 13297771. OLE color: 13297771.

HSL color Cylindrical-coordinate representation of color #6BE8CA: hue angle of 165.6º 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 #6BE8CA is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB107232202-
CMYK0.5400.130.09
HSL165.6º73.1%66.47%-
HSV(B)165.6º53.88%90.98%-
XYZ45.5865.166.04-
YUV191.2134.0967.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.78%
GREEN value IS 232 (91.02% from 255) = 42.88%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=19.78%
G=42.88%
B=37.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1072322020.5400.130.09165.673.166.47
Hex6BE8CA360D9a64942
Octal1533503126601511246111102
Binary110101111101000110010101101100110110011010011010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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