Html Css Color HEX #6FE4CE Downy

📋 copy color: '#6FE4CE'

red 111 ◦ green 228 ◦ blue 206

#6FE4CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #6FE4CE

Tints of Downy #6FE4CE

RGB

 RED value IS 111 (43.75% from 255) = 20.37%

 GREEN value IS 228 (89.45% from 255) = 41.83%

 BLUE value IS 206 (80.86% from 255) = 37.8%

R = 20.37%
G = 41.83%
B = 37.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#6FE4CE (or 0x6FE4CE) is known color: Downy. HEX triplet: 6F, E4 and CE. RGB value is (111,228,206). Sum of RGB (Red+Green+Blue) = 111+228+206=545 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.37% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 228 - color contains mainly: green. Hex color #6FE4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE4CE is #901B31. Grayscale: #BEBEBE. Windows color (decimal): -9444146 or 13558895. OLE color: 13558895.

HSL color Cylindrical-coordinate representation of color #6FE4CE: hue angle of 168.72º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE4CE is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 111 228 206 -
CMYK 0.51 0 0.10 0.11
HSL 168.72º 0.68% 0.66% -
HSV(B) 168.72º 0.51% 0.89% -
XYZ 45.44 63.32 68.22 -
YUV 190.51 136.74 71.29 -
System Red Green Blue C M Y K H S L
Decimal 111 228 206 0.51 0 0.10 0.11 168.72 0.68 0.66
Hex 6F E4 CE 33 0 A B A9 44 42
Octal 157 344 316 63 0 12 13 251 104 102
Binary 1101111 11100100 11001110 110011 0 1010 1011 10101001 1000100 1000010

Color Harmonies of #6FE4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE4CE

Black with #6FE4CE

Text Example


Text Example

White with #6FE4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,228,206); }

 H1.HeaderClassName
 {
   color: #6FE4CE;
 }
 .AnyTagClassName
 {
   color: #6FE4CE;
 }
</style>

background-color css

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

 a { background-color: rgb(111,228,206); }

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

border-color css

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

 span { border-color: rgb(111,228,206); }

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