Html Css Color HEX #6FD5BE Downy

📋 copy color: '#6FD5BE'

red 111 ◦ green 213 ◦ blue 190

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

Shades of Downy #6FD5BE

Tints of Downy #6FD5BE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.44%

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

R = 21.6%
G = 41.44%
B = 36.96%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#6FD5BE (or 0x6FD5BE) is known color: Downy. HEX triplet: 6F, D5 and BE. RGB value is (111,213,190). Sum of RGB (Red+Green+Blue) = 111+213+190=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD5BE is #902A41. Grayscale: #B3B3B3. Windows color (decimal): -9448002 or 12506479. OLE color: 12506479.

HSL color Cylindrical-coordinate representation of color #6FD5BE: hue angle of 166.47º degrees, saturation: 0.55, 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 #6FD5BE is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 213 190 -
CMYK 0.48 0 0.11 0.16
HSL 166.47º 0.55% 0.64% -
HSV(B) 166.47º 0.48% 0.84% -
XYZ 39.64 54.69 57.18 -
YUV 179.88 133.71 78.87 -
System Red Green Blue C M Y K H S L
Decimal 111 213 190 0.48 0 0.11 0.16 166.47 0.55 0.64
Hex 6F D5 BE 30 0 B 10 A6 37 40
Octal 157 325 276 60 0 13 20 246 67 100
Binary 1101111 11010101 10111110 110000 0 1011 10000 10100110 110111 1000000

Color Harmonies of #6FD5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD5BE

Black with #6FD5BE

Text Example


Text Example

White with #6FD5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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