Html Css Color HEX #6FD8BE Downy

📋 copy color: '#6FD8BE'

red 111 ◦ green 216 ◦ blue 190

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

Shades of Downy #6FD8BE

Tints of Downy #6FD8BE

RGB

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

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

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

R = 21.47%
G = 41.78%
B = 36.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#6FD8BE (or 0x6FD8BE) is known color: Downy. HEX triplet: 6F, D8 and BE. RGB value is (111,216,190). Sum of RGB (Red+Green+Blue) = 111+216+190=517 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.47% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #6FD8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD8BE is #902741. Grayscale: #B5B5B5. Windows color (decimal): -9447234 or 12507247. OLE color: 12507247.

HSL color Cylindrical-coordinate representation of color #6FD8BE: hue angle of 165.14º 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 #6FD8BE is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 216 190 -
CMYK 0.49 0 0.12 0.15
HSL 165.14º 0.57% 0.64% -
HSV(B) 165.14º 0.49% 0.85% -
XYZ 40.41 56.21 57.44 -
YUV 181.64 132.71 77.61 -
System Red Green Blue C M Y K H S L
Decimal 111 216 190 0.49 0 0.12 0.15 165.14 0.57 0.64
Hex 6F D8 BE 31 0 C F A5 39 40
Octal 157 330 276 61 0 14 17 245 71 100
Binary 1101111 11011000 10111110 110001 0 1100 1111 10100101 111001 1000000

Color Harmonies of #6FD8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD8BE

Black with #6FD8BE

Text Example


Text Example

White with #6FD8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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