#6febc8

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

Shades of Downy #6FEBC8

Tints of Downy #6FEBC8

Color information

#6FEBC8 (or 0x6FEBC8) is unknown color: approx Downy. HEX triplet: 6F, EB and C8. RGB value is (111,235,200). Sum of RGB (Red+Green+Blue) = 111+235+200=546 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.33% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #6FEBC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEBC8 is #901437. Grayscale: #C1C1C1. Windows color (decimal): -9442360 or 13167471. OLE color: 13167471.

HSL color Cylindrical-coordinate representation of color #6FEBC8: hue angle of 163.06º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEBC8 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB111235200-
CMYK0.5300.150.08
HSL163.06º75.61%67.84%-
HSV(B)163.06º52.77%92.16%-
XYZ46.6966.9765.11-
YUV193.93131.4268.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.33%
GREEN value IS 235 (92.19% from 255) = 43.04%
BLUE value IS 200 (78.52% from 255) = 36.63%
R=20.33%
G=43.04%
B=36.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1112352000.5300.150.08163.0675.6167.84
Hex6FEBC8350F8a34c44
Octal1573533106501710243114104
Binary110111111101011110010001101010111110001010001110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6febc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,235,200); }

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

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

 a { background-color: rgb(111,235,200); }

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

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

 span { border-color: rgb(111,235,200); }

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