Html Css Color HEX #6FD3BF Downy

📋 copy color: '#6FD3BF'

red 111 ◦ green 211 ◦ blue 191

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

Shades of Downy #6FD3BF

Tints of Downy #6FD3BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.23%

R = 21.64%
G = 41.13%
B = 37.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#6FD3BF (or 0x6FD3BF) is known color: Downy. HEX triplet: 6F, D3 and BF. RGB value is (111,211,191). Sum of RGB (Red+Green+Blue) = 111+211+191=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #6FD3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD3BF is #902C40. Grayscale: #B2B2B2. Windows color (decimal): -9448513 or 12571503. OLE color: 12571503.

HSL color Cylindrical-coordinate representation of color #6FD3BF: hue angle of 168º 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 #6FD3BF is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 111 211 191 -
CMYK 0.47 0 0.09 0.17
HSL 168º 0.53% 0.63% -
HSV(B) 168º 0.47% 0.83% -
XYZ 39.25 53.73 57.59 -
YUV 178.82 134.87 79.63 -
System Red Green Blue C M Y K H S L
Decimal 111 211 191 0.47 0 0.09 0.17 168 0.53 0.63
Hex 6F D3 BF 2F 0 9 11 A8 35 3F
Octal 157 323 277 57 0 11 21 250 65 77
Binary 1101111 11010011 10111111 101111 0 1001 10001 10101000 110101 111111

Color Harmonies of #6FD3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD3BF

Black with #6FD3BF

Text Example


Text Example

White with #6FD3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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