Html Css Color HEX #6FDCCD Downy

📋 copy color: '#6FDCCD'

red 111 ◦ green 220 ◦ blue 205

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

Shades of Downy #6FDCCD

Tints of Downy #6FDCCD

RGB

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

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

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

R = 20.71%
G = 41.04%
B = 38.25%

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

#6FDCCD (or 0x6FDCCD) is known color: Downy. HEX triplet: 6F, DC and CD. RGB value is (111,220,205). Sum of RGB (Red+Green+Blue) = 111+220+205=536 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.71% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCCD is #902332. Grayscale: #B9B9B9. Windows color (decimal): -9446195 or 13491311. OLE color: 13491311.

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

Color convert

RGB 111 220 205 -
CMYK 0.50 0 0.07 0.14
HSL 171.74º 0.61% 0.65% -
HSV(B) 171.74º 0.5% 0.86% -
XYZ 43.17 58.97 66.87 -
YUV 185.7 138.89 74.72 -
System Red Green Blue C M Y K H S L
Decimal 111 220 205 0.50 0 0.07 0.14 171.74 0.61 0.65
Hex 6F DC CD 32 0 7 E AC 3D 41
Octal 157 334 315 62 0 7 16 254 75 101
Binary 1101111 11011100 11001101 110010 0 111 1110 10101100 111101 1000001

Color Harmonies of #6FDCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCCD

Black with #6FDCCD

Text Example


Text Example

White with #6FDCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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