Html Css Color HEX #6FD4BB Downy

📋 copy color: '#6FD4BB'

red 111 ◦ green 212 ◦ blue 187

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

Shades of Downy #6FD4BB

Tints of Downy #6FD4BB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.57%

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 21.76%
G = 41.57%
B = 36.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#6FD4BB (or 0x6FD4BB) is known color: Downy. HEX triplet: 6F, D4 and BB. RGB value is (111,212,187). Sum of RGB (Red+Green+Blue) = 111+212+187=510 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.76% from 510); Green value is 212 (83.20% from 255 or 41.57% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 212 - color contains mainly: green. Hex color #6FD4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD4BB is #902B44. Grayscale: #B2B2B2. Windows color (decimal): -9448261 or 12309615. OLE color: 12309615.

HSL color Cylindrical-coordinate representation of color #6FD4BB: hue angle of 165.15º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD4BB is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 111 212 187 -
CMYK 0.48 0 0.12 0.17
HSL 165.15º 0.54% 0.63% -
HSV(B) 165.15º 0.48% 0.83% -
XYZ 39.07 54.05 55.39 -
YUV 178.95 132.54 79.53 -
System Red Green Blue C M Y K H S L
Decimal 111 212 187 0.48 0 0.12 0.17 165.15 0.54 0.63
Hex 6F D4 BB 30 0 C 11 A5 36 3F
Octal 157 324 273 60 0 14 21 245 66 77
Binary 1101111 11010100 10111011 110000 0 1100 10001 10100101 110110 111111

Color Harmonies of #6FD4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD4BB

Black with #6FD4BB

Text Example


Text Example

White with #6FD4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,212,187); }

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

background-color css

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

 a { background-color: rgb(111,212,187); }

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

border-color css

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

 span { border-color: rgb(111,212,187); }

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