Html Css Color HEX #6FDCCB Downy

📋 copy color: '#6FDCCB'

red 111 ◦ green 220 ◦ blue 203

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

Shades of Downy #6FDCCB

Tints of Downy #6FDCCB

RGB

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

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

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

R = 20.79%
G = 41.2%
B = 38.01%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#6FDCCB (or 0x6FDCCB) is known color: Downy. HEX triplet: 6F, DC and CB. RGB value is (111,220,203). Sum of RGB (Red+Green+Blue) = 111+220+203=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCCB is #902334. Grayscale: #B9B9B9. Windows color (decimal): -9446197 or 13360239. OLE color: 13360239.

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

Color convert

RGB 111 220 203 -
CMYK 0.50 0 0.08 0.14
HSL 170.64º 0.61% 0.65% -
HSV(B) 170.64º 0.5% 0.86% -
XYZ 42.93 58.88 65.6 -
YUV 185.47 137.89 74.88 -
System Red Green Blue C M Y K H S L
Decimal 111 220 203 0.50 0 0.08 0.14 170.64 0.61 0.65
Hex 6F DC CB 32 0 8 E AB 3D 41
Octal 157 334 313 62 0 10 16 253 75 101
Binary 1101111 11011100 11001011 110010 0 1000 1110 10101011 111101 1000001

Color Harmonies of #6FDCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCCB

Black with #6FDCCB

Text Example


Text Example

White with #6FDCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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