Html Css Color HEX #6FD9BE Downy

📋 copy color: '#6FD9BE'

red 111 ◦ green 217 ◦ blue 190

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

Shades of Downy #6FD9BE

Tints of Downy #6FD9BE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.89%

 BLUE value IS 190 (74.61% from 255) = 36.68%

R = 21.43%
G = 41.89%
B = 36.68%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#6FD9BE (or 0x6FD9BE) is known color: Downy. HEX triplet: 6F, D9 and BE. RGB value is (111,217,190). Sum of RGB (Red+Green+Blue) = 111+217+190=518 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.43% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #6FD9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD9BE is #902641. Grayscale: #B6B6B6. Windows color (decimal): -9446978 or 12507503. OLE color: 12507503.

HSL color Cylindrical-coordinate representation of color #6FD9BE: hue angle of 164.72º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FD9BE is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 217 190 -
CMYK 0.49 0 0.12 0.15
HSL 164.72º 0.58% 0.64% -
HSV(B) 164.72º 0.49% 0.85% -
XYZ 40.66 56.72 57.52 -
YUV 182.23 132.38 77.2 -
System Red Green Blue C M Y K H S L
Decimal 111 217 190 0.49 0 0.12 0.15 164.72 0.58 0.64
Hex 6F D9 BE 31 0 C F A5 3A 40
Octal 157 331 276 61 0 14 17 245 72 100
Binary 1101111 11011001 10111110 110001 0 1100 1111 10100101 111010 1000000

Color Harmonies of #6FD9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD9BE

Black with #6FD9BE

Text Example


Text Example

White with #6FD9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,217,190); }

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

background-color css

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

 a { background-color: rgb(111,217,190); }

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

border-color css

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

 span { border-color: rgb(111,217,190); }

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