Html Css Color HEX #6FD3BE Downy

📋 copy color: '#6FD3BE'

red 111 ◦ green 211 ◦ blue 190

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

Shades of Downy #6FD3BE

Tints of Downy #6FD3BE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.21%

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

R = 21.68%
G = 41.21%
B = 37.11%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#6FD3BE (or 0x6FD3BE) is known color: Downy. HEX triplet: 6F, D3 and BE. RGB value is (111,211,190). Sum of RGB (Red+Green+Blue) = 111+211+190=512 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.68% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #6FD3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD3BE is #902C41. Grayscale: #B2B2B2. Windows color (decimal): -9448514 or 12505967. OLE color: 12505967.

HSL color Cylindrical-coordinate representation of color #6FD3BE: hue angle of 167.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD3BE is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 111 211 190 -
CMYK 0.47 0 0.10 0.17
HSL 167.4º 0.53% 0.63% -
HSV(B) 167.4º 0.47% 0.83% -
XYZ 39.14 53.69 57.01 -
YUV 178.71 134.37 79.71 -
System Red Green Blue C M Y K H S L
Decimal 111 211 190 0.47 0 0.10 0.17 167.4 0.53 0.63
Hex 6F D3 BE 2F 0 A 11 A7 35 3F
Octal 157 323 276 57 0 12 21 247 65 77
Binary 1101111 11010011 10111110 101111 0 1010 10001 10100111 110101 111111

Color Harmonies of #6FD3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD3BE

Black with #6FD3BE

Text Example


Text Example

White with #6FD3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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