Html Css Color HEX #6FD6BA Downy

📋 copy color: '#6FD6BA'

red 111 ◦ green 214 ◦ blue 186

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

Shades of Downy #6FD6BA

Tints of Downy #6FD6BA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.88%

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

R = 21.72%
G = 41.88%
B = 36.4%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#6FD6BA (or 0x6FD6BA) is known color: Downy. HEX triplet: 6F, D6 and BA. RGB value is (111,214,186). Sum of RGB (Red+Green+Blue) = 111+214+186=511 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.72% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #6FD6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD6BA is #902945. Grayscale: #B4B4B4. Windows color (decimal): -9447750 or 12244591. OLE color: 12244591.

HSL color Cylindrical-coordinate representation of color #6FD6BA: hue angle of 163.69º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD6BA is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 214 186 -
CMYK 0.48 0 0.13 0.16
HSL 163.69º 0.56% 0.64% -
HSV(B) 163.69º 0.48% 0.84% -
XYZ 39.47 55.02 54.99 -
YUV 180.01 131.38 78.78 -
System Red Green Blue C M Y K H S L
Decimal 111 214 186 0.48 0 0.13 0.16 163.69 0.56 0.64
Hex 6F D6 BA 30 0 D 10 A4 38 40
Octal 157 326 272 60 0 15 20 244 70 100
Binary 1101111 11010110 10111010 110000 0 1101 10000 10100100 111000 1000000

Color Harmonies of #6FD6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD6BA

Black with #6FD6BA

Text Example


Text Example

White with #6FD6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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