Html Css Color HEX #6FCDCB Downy

📋 copy color: '#6FCDCB'

red 111 ◦ green 205 ◦ blue 203

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

Shades of Downy #6FCDCB

Tints of Downy #6FCDCB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.5%

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

R = 21.39%
G = 39.5%
B = 39.11%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#6FCDCB (or 0x6FCDCB) is known color: Downy. HEX triplet: 6F, CD and CB. RGB value is (111,205,203). Sum of RGB (Red+Green+Blue) = 111+205+203=519 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.39% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDCB is #903234. Grayscale: #B0B0B0. Windows color (decimal): -9450037 or 13356399. OLE color: 13356399.

HSL color Cylindrical-coordinate representation of color #6FCDCB: hue angle of 178.72º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCDCB is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 205 203 -
CMYK 0.46 0 0.01 0.20
HSL 178.72º 0.48% 0.62% -
HSV(B) 178.72º 0.46% 0.8% -
XYZ 39.17 51.35 64.35 -
YUV 176.67 142.86 81.16 -
System Red Green Blue C M Y K H S L
Decimal 111 205 203 0.46 0 0.01 0.20 178.72 0.48 0.62
Hex 6F CD CB 2E 0 1 14 B3 30 3E
Octal 157 315 313 56 0 1 24 263 60 76
Binary 1101111 11001101 11001011 101110 0 1 10100 10110011 110000 111110

Color Harmonies of #6FCDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCDCB

Black with #6FCDCB

Text Example


Text Example

White with #6FCDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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