Html Css Color HEX #6FDDCB Downy

📋 copy color: '#6FDDCB'

red 111 ◦ green 221 ◦ blue 203

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

Shades of Downy #6FDDCB

Tints of Downy #6FDDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.94%

R = 20.75%
G = 41.31%
B = 37.94%

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

#6FDDCB (or 0x6FDDCB) is known color: Downy. HEX triplet: 6F, DD and CB. RGB value is (111,221,203). Sum of RGB (Red+Green+Blue) = 111+221+203=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDDCB is #902234. Grayscale: #BABABA. Windows color (decimal): -9445941 or 13360495. OLE color: 13360495.

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

Color convert

RGB 111 221 203 -
CMYK 0.50 0 0.08 0.13
HSL 170.18º 0.62% 0.65% -
HSV(B) 170.18º 0.5% 0.87% -
XYZ 43.19 59.4 65.69 -
YUV 186.06 137.56 74.46 -
System Red Green Blue C M Y K H S L
Decimal 111 221 203 0.50 0 0.08 0.13 170.18 0.62 0.65
Hex 6F DD CB 32 0 8 D AA 3E 41
Octal 157 335 313 62 0 10 15 252 76 101
Binary 1101111 11011101 11001011 110010 0 1000 1101 10101010 111110 1000001

Color Harmonies of #6FDDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDDCB

Black with #6FDDCB

Text Example


Text Example

White with #6FDDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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