Html Css Color HEX #6FDCCC Downy

📋 copy color: '#6FDCCC'

red 111 ◦ green 220 ◦ blue 204

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

Shades of Downy #6FDCCC

Tints of Downy #6FDCCC

RGB

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

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

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

R = 20.75%
G = 41.12%
B = 38.13%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#6FDCCC (or 0x6FDCCC) is known color: Downy. HEX triplet: 6F, DC and CC. RGB value is (111,220,204). Sum of RGB (Red+Green+Blue) = 111+220+204=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCCC is #902333. Grayscale: #B9B9B9. Windows color (decimal): -9446196 or 13425775. OLE color: 13425775.

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

Color convert

RGB 111 220 204 -
CMYK 0.50 0 0.07 0.14
HSL 171.19º 0.61% 0.65% -
HSV(B) 171.19º 0.5% 0.86% -
XYZ 43.05 58.93 66.23 -
YUV 185.59 138.39 74.8 -
System Red Green Blue C M Y K H S L
Decimal 111 220 204 0.50 0 0.07 0.14 171.19 0.61 0.65
Hex 6F DC CC 32 0 7 E AB 3D 41
Octal 157 334 314 62 0 7 16 253 75 101
Binary 1101111 11011100 11001100 110010 0 111 1110 10101011 111101 1000001

Color Harmonies of #6FDCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCCC

Black with #6FDCCC

Text Example


Text Example

White with #6FDCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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