Html Css Color HEX #6FE8BD Downy

📋 copy color: '#6FE8BD'

red 111 ◦ green 232 ◦ blue 189

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

Shades of Downy #6FE8BD

Tints of Downy #6FE8BD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.61%

 BLUE value IS 189 (74.22% from 255) = 35.53%

R = 20.86%
G = 43.61%
B = 35.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#6FE8BD (or 0x6FE8BD) is known color: Downy. HEX triplet: 6F, E8 and BD. RGB value is (111,232,189). Sum of RGB (Red+Green+Blue) = 111+232+189=532 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.86% from 532); Green value is 232 (91.02% from 255 or 43.61% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 232 - color contains mainly: green. Hex color #6FE8BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE8BD is #901742. Grayscale: #BEBEBE. Windows color (decimal): -9443139 or 12445807. OLE color: 12445807.

HSL color Cylindrical-coordinate representation of color #6FE8BD: hue angle of 158.68º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE8BD is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 111 232 189 -
CMYK 0.52 0 0.19 0.09
HSL 158.68º 0.72% 0.67% -
HSV(B) 158.68º 0.52% 0.91% -
XYZ 44.6 64.77 58.29 -
YUV 190.92 126.91 71 -
System Red Green Blue C M Y K H S L
Decimal 111 232 189 0.52 0 0.19 0.09 158.68 0.72 0.67
Hex 6F E8 BD 34 0 13 9 9F 48 43
Octal 157 350 275 64 0 23 11 237 110 103
Binary 1101111 11101000 10111101 110100 0 10011 1001 10011111 1001000 1000011

Color Harmonies of #6FE8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE8BD

Black with #6FE8BD

Text Example


Text Example

White with #6FE8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,232,189); }

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

background-color css

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

 a { background-color: rgb(111,232,189); }

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

border-color css

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

 span { border-color: rgb(111,232,189); }

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