Html Css Color HEX #6FD8BA Downy

📋 copy color: '#6FD8BA'

red 111 ◦ green 216 ◦ blue 186

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

Shades of Downy #6FD8BA

Tints of Downy #6FD8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.11%

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

R = 21.64%
G = 42.11%
B = 36.26%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#6FD8BA (or 0x6FD8BA) is known color: Downy. HEX triplet: 6F, D8 and BA. RGB value is (111,216,186). Sum of RGB (Red+Green+Blue) = 111+216+186=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #6FD8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD8BA is #902745. Grayscale: #B5B5B5. Windows color (decimal): -9447238 or 12245103. OLE color: 12245103.

HSL color Cylindrical-coordinate representation of color #6FD8BA: hue angle of 162.86º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FD8BA is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 216 186 -
CMYK 0.49 0 0.14 0.15
HSL 162.86º 0.57% 0.64% -
HSV(B) 162.86º 0.49% 0.85% -
XYZ 39.97 56.04 55.16 -
YUV 181.19 130.71 77.94 -
System Red Green Blue C M Y K H S L
Decimal 111 216 186 0.49 0 0.14 0.15 162.86 0.57 0.64
Hex 6F D8 BA 31 0 E F A3 39 40
Octal 157 330 272 61 0 16 17 243 71 100
Binary 1101111 11011000 10111010 110001 0 1110 1111 10100011 111001 1000000

Color Harmonies of #6FD8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD8BA

Black with #6FD8BA

Text Example


Text Example

White with #6FD8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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