Html Css Color HEX #6FDCC5 Downy

📋 copy color: '#6FDCC5'

red 111 ◦ green 220 ◦ blue 197

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

Shades of Downy #6FDCC5

Tints of Downy #6FDCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.31%

R = 21.02%
G = 41.67%
B = 37.31%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#6FDCC5 (or 0x6FDCC5) is known color: Downy. HEX triplet: 6F, DC and C5. RGB value is (111,220,197). Sum of RGB (Red+Green+Blue) = 111+220+197=528 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.02% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCC5 is #90233A. Grayscale: #B8B8B8. Windows color (decimal): -9446203 or 12967023. OLE color: 12967023.

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

Color convert

RGB 111 220 197 -
CMYK 0.50 0 0.10 0.14
HSL 167.34º 0.61% 0.65% -
HSV(B) 167.34º 0.5% 0.86% -
XYZ 42.23 58.6 61.91 -
YUV 184.79 134.89 75.37 -
System Red Green Blue C M Y K H S L
Decimal 111 220 197 0.50 0 0.10 0.14 167.34 0.61 0.65
Hex 6F DC C5 32 0 A E A7 3D 41
Octal 157 334 305 62 0 12 16 247 75 101
Binary 1101111 11011100 11000101 110010 0 1010 1110 10100111 111101 1000001

Color Harmonies of #6FDCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCC5

Black with #6FDCC5

Text Example


Text Example

White with #6FDCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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