Html Css Color HEX #6FE5C8 Downy

📋 copy color: '#6FE5C8'

red 111 ◦ green 229 ◦ blue 200

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

Shades of Downy #6FE5C8

Tints of Downy #6FE5C8

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.41%

 BLUE value IS 200 (78.52% from 255) = 37.04%

R = 20.56%
G = 42.41%
B = 37.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#6FE5C8 (or 0x6FE5C8) is known color: Downy. HEX triplet: 6F, E5 and C8. RGB value is (111,229,200). Sum of RGB (Red+Green+Blue) = 111+229+200=540 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.56% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #6FE5C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE5C8 is #901A37. Grayscale: #BEBEBE. Windows color (decimal): -9443896 or 13165935. OLE color: 13165935.

HSL color Cylindrical-coordinate representation of color #6FE5C8: hue angle of 165.25º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE5C8 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 111 229 200 -
CMYK 0.52 0 0.13 0.10
HSL 165.25º 0.69% 0.67% -
HSV(B) 165.25º 0.52% 0.9% -
XYZ 45 63.59 64.55 -
YUV 190.41 133.41 71.36 -
System Red Green Blue C M Y K H S L
Decimal 111 229 200 0.52 0 0.13 0.10 165.25 0.69 0.67
Hex 6F E5 C8 34 0 D A A5 45 43
Octal 157 345 310 64 0 15 12 245 105 103
Binary 1101111 11100101 11001000 110100 0 1101 1010 10100101 1000101 1000011

Color Harmonies of #6FE5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE5C8

Black with #6FE5C8

Text Example


Text Example

White with #6FE5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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