Html Css Color HEX #6FDCC9 Downy

📋 copy color: '#6FDCC9'

red 111 ◦ green 220 ◦ blue 201

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

Shades of Downy #6FDCC9

Tints of Downy #6FDCC9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.35%

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

R = 20.86%
G = 41.35%
B = 37.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#6FDCC9 (or 0x6FDCC9) is known color: Downy. HEX triplet: 6F, DC and C9. RGB value is (111,220,201). Sum of RGB (Red+Green+Blue) = 111+220+201=532 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.86% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCC9 is #902336. Grayscale: #B9B9B9. Windows color (decimal): -9446199 or 13229167. OLE color: 13229167.

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

Color convert

RGB 111 220 201 -
CMYK 0.50 0 0.09 0.14
HSL 169.54º 0.61% 0.65% -
HSV(B) 169.54º 0.5% 0.86% -
XYZ 42.69 58.78 64.35 -
YUV 185.24 136.89 75.04 -
System Red Green Blue C M Y K H S L
Decimal 111 220 201 0.50 0 0.09 0.14 169.54 0.61 0.65
Hex 6F DC C9 32 0 9 E AA 3D 41
Octal 157 334 311 62 0 11 16 252 75 101
Binary 1101111 11011100 11001001 110010 0 1001 1110 10101010 111101 1000001

Color Harmonies of #6FDCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCC9

Black with #6FDCC9

Text Example


Text Example

White with #6FDCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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