Html Css Color HEX #6FDCBD Downy

📋 copy color: '#6FDCBD'

red 111 ◦ green 220 ◦ blue 189

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

Shades of Downy #6FDCBD

Tints of Downy #6FDCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.35%

R = 21.35%
G = 42.31%
B = 36.35%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#6FDCBD (or 0x6FDCBD) is known color: Downy. HEX triplet: 6F, DC and BD. RGB value is (111,220,189). Sum of RGB (Red+Green+Blue) = 111+220+189=520 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.35% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCBD is #902342. Grayscale: #B7B7B7. Windows color (decimal): -9446211 or 12442735. OLE color: 12442735.

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

Color convert

RGB 111 220 189 -
CMYK 0.50 0 0.14 0.14
HSL 162.94º 0.61% 0.65% -
HSV(B) 162.94º 0.5% 0.86% -
XYZ 41.33 58.24 57.21 -
YUV 183.88 130.89 76.02 -
System Red Green Blue C M Y K H S L
Decimal 111 220 189 0.50 0 0.14 0.14 162.94 0.61 0.65
Hex 6F DC BD 32 0 E E A3 3D 41
Octal 157 334 275 62 0 16 16 243 75 101
Binary 1101111 11011100 10111101 110010 0 1110 1110 10100011 111101 1000001

Color Harmonies of #6FDCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCBD

Black with #6FDCBD

Text Example


Text Example

White with #6FDCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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