Html Css Color HEX #6FD1BE Downy

📋 copy color: '#6FD1BE'

red 111 ◦ green 209 ◦ blue 190

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

Shades of Downy #6FD1BE

Tints of Downy #6FD1BE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.98%

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

R = 21.76%
G = 40.98%
B = 37.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#6FD1BE (or 0x6FD1BE) is known color: Downy. HEX triplet: 6F, D1 and BE. RGB value is (111,209,190). Sum of RGB (Red+Green+Blue) = 111+209+190=510 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.76% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 209 - color contains mainly: green. Hex color #6FD1BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD1BE is #902E41. Grayscale: #B1B1B1. Windows color (decimal): -9449026 or 12505455. OLE color: 12505455.

HSL color Cylindrical-coordinate representation of color #6FD1BE: hue angle of 168.37º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD1BE is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 111 209 190 -
CMYK 0.47 0 0.09 0.18
HSL 168.37º 0.52% 0.63% -
HSV(B) 168.37º 0.47% 0.82% -
XYZ 38.65 52.7 56.85 -
YUV 177.53 135.03 80.54 -
System Red Green Blue C M Y K H S L
Decimal 111 209 190 0.47 0 0.09 0.18 168.37 0.52 0.63
Hex 6F D1 BE 2F 0 9 12 A8 34 3F
Octal 157 321 276 57 0 11 22 250 64 77
Binary 1101111 11010001 10111110 101111 0 1001 10010 10101000 110100 111111

Color Harmonies of #6FD1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD1BE

Black with #6FD1BE

Text Example


Text Example

White with #6FD1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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