Html Css Color HEX #6FDFCD Downy

📋 copy color: '#6FDFCD'

red 111 ◦ green 223 ◦ blue 205

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

Shades of Downy #6FDFCD

Tints of Downy #6FDFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.37%

 BLUE value IS 205 (80.47% from 255) = 38.03%

R = 20.59%
G = 41.37%
B = 38.03%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#6FDFCD (or 0x6FDFCD) is known color: Downy. HEX triplet: 6F, DF and CD. RGB value is (111,223,205). Sum of RGB (Red+Green+Blue) = 111+223+205=539 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.59% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFCD is #902032. Grayscale: #BBBBBB. Windows color (decimal): -9445427 or 13492079. OLE color: 13492079.

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

Color convert

RGB 111 223 205 -
CMYK 0.50 0 0.08 0.13
HSL 170.36º 0.64% 0.65% -
HSV(B) 170.36º 0.5% 0.87% -
XYZ 43.96 60.56 67.13 -
YUV 187.46 137.89 73.46 -
System Red Green Blue C M Y K H S L
Decimal 111 223 205 0.50 0 0.08 0.13 170.36 0.64 0.65
Hex 6F DF CD 32 0 8 D AA 40 41
Octal 157 337 315 62 0 10 15 252 100 101
Binary 1101111 11011111 11001101 110010 0 1000 1101 10101010 1000000 1000001

Color Harmonies of #6FDFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDFCD

Black with #6FDFCD

Text Example


Text Example

White with #6FDFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,223,205); }

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

background-color css

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

 a { background-color: rgb(111,223,205); }

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

border-color css

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

 span { border-color: rgb(111,223,205); }

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