Html Css Color HEX #6FDDC9 Downy

📋 copy color: '#6FDDC9'

red 111 ◦ green 221 ◦ blue 201

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

Shades of Downy #6FDDC9

Tints of Downy #6FDDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.71%

R = 20.83%
G = 41.46%
B = 37.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#6FDDC9 (or 0x6FDDC9) is known color: Downy. HEX triplet: 6F, DD and C9. RGB value is (111,221,201). Sum of RGB (Red+Green+Blue) = 111+221+201=533 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.83% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDDC9 is #902236. Grayscale: #B9B9B9. Windows color (decimal): -9445943 or 13229423. OLE color: 13229423.

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

Color convert

RGB 111 221 201 -
CMYK 0.50 0 0.09 0.13
HSL 169.09º 0.62% 0.65% -
HSV(B) 169.09º 0.5% 0.87% -
XYZ 42.95 59.31 64.44 -
YUV 185.83 136.56 74.63 -
System Red Green Blue C M Y K H S L
Decimal 111 221 201 0.50 0 0.09 0.13 169.09 0.62 0.65
Hex 6F DD C9 32 0 9 D A9 3E 41
Octal 157 335 311 62 0 11 15 251 76 101
Binary 1101111 11011101 11001001 110010 0 1001 1101 10101001 111110 1000001

Color Harmonies of #6FDDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDDC9

Black with #6FDDC9

Text Example


Text Example

White with #6FDDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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