Html Css Color HEX #6FDDBF Downy

📋 copy color: '#6FDDBF'

red 111 ◦ green 221 ◦ blue 191

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

Shades of Downy #6FDDBF

Tints of Downy #6FDDBF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.26%

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

R = 21.22%
G = 42.26%
B = 36.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#6FDDBF (or 0x6FDDBF) is known color: Downy. HEX triplet: 6F, DD and BF. RGB value is (111,221,191). Sum of RGB (Red+Green+Blue) = 111+221+191=523 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.22% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDDBF is #902240. Grayscale: #B8B8B8. Windows color (decimal): -9445953 or 12574063. OLE color: 12574063.

HSL color Cylindrical-coordinate representation of color #6FDDBF: hue angle of 163.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDDBF is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 221 191 -
CMYK 0.50 0 0.14 0.13
HSL 163.64º 0.62% 0.65% -
HSV(B) 163.64º 0.5% 0.87% -
XYZ 41.82 58.85 58.45 -
YUV 184.69 131.56 75.44 -
System Red Green Blue C M Y K H S L
Decimal 111 221 191 0.50 0 0.14 0.13 163.64 0.62 0.65
Hex 6F DD BF 32 0 E D A4 3E 41
Octal 157 335 277 62 0 16 15 244 76 101
Binary 1101111 11011101 10111111 110010 0 1110 1101 10100100 111110 1000001

Color Harmonies of #6FDDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDDBF

Black with #6FDDBF

Text Example


Text Example

White with #6FDDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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