Html Css Color HEX #6FDDCE Downy

📋 copy color: '#6FDDCE'

red 111 ◦ green 221 ◦ blue 206

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

Shades of Downy #6FDDCE

Tints of Downy #6FDDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.08%

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 20.63%
G = 41.08%
B = 38.29%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#6FDDCE (or 0x6FDDCE) is known color: Downy. HEX triplet: 6F, DD and CE. RGB value is (111,221,206). Sum of RGB (Red+Green+Blue) = 111+221+206=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDDCE is #902231. Grayscale: #BABABA. Windows color (decimal): -9445938 or 13557103. OLE color: 13557103.

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

Color convert

RGB 111 221 206 -
CMYK 0.50 0 0.07 0.13
HSL 171.82º 0.62% 0.65% -
HSV(B) 171.82º 0.5% 0.87% -
XYZ 43.55 59.55 67.59 -
YUV 186.4 139.06 74.22 -
System Red Green Blue C M Y K H S L
Decimal 111 221 206 0.50 0 0.07 0.13 171.82 0.62 0.65
Hex 6F DD CE 32 0 7 D AC 3E 41
Octal 157 335 316 62 0 7 15 254 76 101
Binary 1101111 11011101 11001110 110010 0 111 1101 10101100 111110 1000001

Color Harmonies of #6FDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDDCE

Black with #6FDDCE

Text Example


Text Example

White with #6FDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,221,206); }

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

background-color css

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

 a { background-color: rgb(111,221,206); }

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

border-color css

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

 span { border-color: rgb(111,221,206); }

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