Html Css Color HEX #6FE4C5 Downy

📋 copy color: '#6FE4C5'

red 111 ◦ green 228 ◦ blue 197

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

Shades of Downy #6FE4C5

Tints of Downy #6FE4C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.75%

R = 20.71%
G = 42.54%
B = 36.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#6FE4C5 (or 0x6FE4C5) is known color: Downy. HEX triplet: 6F, E4 and C5. RGB value is (111,228,197). Sum of RGB (Red+Green+Blue) = 111+228+197=536 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.71% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 228 - color contains mainly: green. Hex color #6FE4C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE4C5 is #901B3A. Grayscale: #BDBDBD. Windows color (decimal): -9444155 or 12969071. OLE color: 12969071.

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

Color convert

RGB 111 228 197 -
CMYK 0.51 0 0.14 0.11
HSL 164.1º 0.68% 0.66% -
HSV(B) 164.1º 0.51% 0.89% -
XYZ 44.38 62.9 62.62 -
YUV 189.48 132.24 72.02 -
System Red Green Blue C M Y K H S L
Decimal 111 228 197 0.51 0 0.14 0.11 164.1 0.68 0.66
Hex 6F E4 C5 33 0 E B A4 44 42
Octal 157 344 305 63 0 16 13 244 104 102
Binary 1101111 11100100 11000101 110011 0 1110 1011 10100100 1000100 1000010

Color Harmonies of #6FE4C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE4C5

Black with #6FE4C5

Text Example


Text Example

White with #6FE4C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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