Html Css Color HEX #6FDCC6 Downy

📋 copy color: '#6FDCC6'

red 111 ◦ green 220 ◦ blue 198

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

Shades of Downy #6FDCC6

Tints of Downy #6FDCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.43%

R = 20.98%
G = 41.59%
B = 37.43%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#6FDCC6 (or 0x6FDCC6) is known color: Downy. HEX triplet: 6F, DC and C6. RGB value is (111,220,198). Sum of RGB (Red+Green+Blue) = 111+220+198=529 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.98% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCC6 is #902339. Grayscale: #B8B8B8. Windows color (decimal): -9446202 or 13032559. OLE color: 13032559.

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

Color convert

RGB 111 220 198 -
CMYK 0.50 0 0.1 0.14
HSL 167.89º 0.61% 0.65% -
HSV(B) 167.89º 0.5% 0.86% -
XYZ 42.34 58.64 62.51 -
YUV 184.9 135.39 75.29 -
System Red Green Blue C M Y K H S L
Decimal 111 220 198 0.50 0 0.1 0.14 167.89 0.61 0.65
Hex 6F DC C6 32 0 A E A8 3D 41
Octal 157 334 306 62 0 12 16 250 75 101
Binary 1101111 11011100 11000110 110010 0 1010 1110 10101000 111101 1000001

Color Harmonies of #6FDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCC6

Black with #6FDCC6

Text Example


Text Example

White with #6FDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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