Html Css Color HEX #6FE4BF Downy

📋 copy color: '#6FE4BF'

red 111 ◦ green 228 ◦ blue 191

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

Shades of Downy #6FE4BF

Tints of Downy #6FE4BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.04%

R = 20.94%
G = 43.02%
B = 36.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#6FE4BF (or 0x6FE4BF) is known color: Downy. HEX triplet: 6F, E4 and BF. RGB value is (111,228,191). Sum of RGB (Red+Green+Blue) = 111+228+191=530 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.94% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #6FE4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE4BF is #901B40. Grayscale: #BCBCBC. Windows color (decimal): -9444161 or 12575855. OLE color: 12575855.

HSL color Cylindrical-coordinate representation of color #6FE4BF: hue angle of 161.03º 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 #6FE4BF is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 111 228 191 -
CMYK 0.51 0 0.16 0.11
HSL 161.03º 0.68% 0.66% -
HSV(B) 161.03º 0.51% 0.89% -
XYZ 43.7 62.63 59.08 -
YUV 188.8 129.24 72.51 -
System Red Green Blue C M Y K H S L
Decimal 111 228 191 0.51 0 0.16 0.11 161.03 0.68 0.66
Hex 6F E4 BF 33 0 10 B A1 44 42
Octal 157 344 277 63 0 20 13 241 104 102
Binary 1101111 11100100 10111111 110011 0 10000 1011 10100001 1000100 1000010

Color Harmonies of #6FE4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE4BF

Black with #6FE4BF

Text Example


Text Example

White with #6FE4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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