Html Css Color HEX #6FE2C5 Downy

📋 copy color: '#6FE2C5'

red 111 ◦ green 226 ◦ blue 197

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

Shades of Downy #6FE2C5

Tints of Downy #6FE2C5

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.32%

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

R = 20.79%
G = 42.32%
B = 36.89%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#6FE2C5 (or 0x6FE2C5) is known color: Downy. HEX triplet: 6F, E2 and C5. RGB value is (111,226,197). Sum of RGB (Red+Green+Blue) = 111+226+197=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 226 - color contains mainly: green. Hex color #6FE2C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE2C5 is #901D3A. Grayscale: #BCBCBC. Windows color (decimal): -9444667 or 12968559. OLE color: 12968559.

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

Color convert

RGB 111 226 197 -
CMYK 0.51 0 0.13 0.11
HSL 164.87º 0.66% 0.66% -
HSV(B) 164.87º 0.51% 0.89% -
XYZ 43.83 61.8 62.44 -
YUV 188.31 132.9 72.86 -
System Red Green Blue C M Y K H S L
Decimal 111 226 197 0.51 0 0.13 0.11 164.87 0.66 0.66
Hex 6F E2 C5 33 0 D B A5 42 42
Octal 157 342 305 63 0 15 13 245 102 102
Binary 1101111 11100010 11000101 110011 0 1101 1011 10100101 1000010 1000010

Color Harmonies of #6FE2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE2C5

Black with #6FE2C5

Text Example


Text Example

White with #6FE2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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