Html Css Color HEX #6FD1BA Downy

📋 copy color: '#6FD1BA'

red 111 ◦ green 209 ◦ blue 186

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

Shades of Downy #6FD1BA

Tints of Downy #6FD1BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.76%

R = 21.94%
G = 41.3%
B = 36.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#6FD1BA (or 0x6FD1BA) is known color: Downy. HEX triplet: 6F, D1 and BA. RGB value is (111,209,186). Sum of RGB (Red+Green+Blue) = 111+209+186=506 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.94% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #6FD1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD1BA is #902E45. Grayscale: #B1B1B1. Windows color (decimal): -9449030 or 12243311. OLE color: 12243311.

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

Color convert

RGB 111 209 186 -
CMYK 0.47 0 0.11 0.18
HSL 165.92º 0.52% 0.63% -
HSV(B) 165.92º 0.47% 0.82% -
XYZ 38.22 52.53 54.58 -
YUV 177.08 133.03 80.87 -
System Red Green Blue C M Y K H S L
Decimal 111 209 186 0.47 0 0.11 0.18 165.92 0.52 0.63
Hex 6F D1 BA 2F 0 B 12 A6 34 3F
Octal 157 321 272 57 0 13 22 246 64 77
Binary 1101111 11010001 10111010 101111 0 1011 10010 10100110 110100 111111

Color Harmonies of #6FD1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD1BA

Black with #6FD1BA

Text Example


Text Example

White with #6FD1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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