Html Css Color HEX #6FDDB4 Downy

📋 copy color: '#6FDDB4'

red 111 ◦ green 221 ◦ blue 180

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

Shades of Downy #6FDDB4

Tints of Downy #6FDDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.16%

R = 21.68%
G = 43.16%
B = 35.16%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#6FDDB4 (or 0x6FDDB4) is known color: Downy. HEX triplet: 6F, DD and B4. RGB value is (111,221,180). Sum of RGB (Red+Green+Blue) = 111+221+180=512 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.68% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDDB4 is #90224B. Grayscale: #B7B7B7. Windows color (decimal): -9445964 or 11853167. OLE color: 11853167.

HSL color Cylindrical-coordinate representation of color #6FDDB4: hue angle of 157.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 #6FDDB4 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 221 180 -
CMYK 0.50 0 0.19 0.13
HSL 157.64º 0.62% 0.65% -
HSV(B) 157.64º 0.5% 0.87% -
XYZ 40.65 58.39 52.31 -
YUV 183.44 126.06 76.33 -
System Red Green Blue C M Y K H S L
Decimal 111 221 180 0.50 0 0.19 0.13 157.64 0.62 0.65
Hex 6F DD B4 32 0 13 D 9E 3E 41
Octal 157 335 264 62 0 23 15 236 76 101
Binary 1101111 11011101 10110100 110010 0 10011 1101 10011110 111110 1000001

Color Harmonies of #6FDDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDDB4

Black with #6FDDB4

Text Example


Text Example

White with #6FDDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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