Html Css Color HEX #6FDFCC Downy

📋 copy color: '#6FDFCC'

red 111 ◦ green 223 ◦ blue 204

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

Shades of Downy #6FDFCC

Tints of Downy #6FDFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 20.63%
G = 41.45%
B = 37.92%

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

#6FDFCC (or 0x6FDFCC) is known color: Downy. HEX triplet: 6F, DF and CC. RGB value is (111,223,204). Sum of RGB (Red+Green+Blue) = 111+223+204=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFCC is #902033. Grayscale: #BBBBBB. Windows color (decimal): -9445428 or 13426543. OLE color: 13426543.

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

Color convert

RGB 111 223 204 -
CMYK 0.50 0 0.09 0.13
HSL 169.82º 0.64% 0.65% -
HSV(B) 169.82º 0.5% 0.87% -
XYZ 43.84 60.51 66.5 -
YUV 187.35 137.39 73.54 -
System Red Green Blue C M Y K H S L
Decimal 111 223 204 0.50 0 0.09 0.13 169.82 0.64 0.65
Hex 6F DF CC 32 0 9 D AA 40 41
Octal 157 337 314 62 0 11 15 252 100 101
Binary 1101111 11011111 11001100 110010 0 1001 1101 10101010 1000000 1000001

Color Harmonies of #6FDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDFCC

Black with #6FDFCC

Text Example


Text Example

White with #6FDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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