Html Css Color HEX #698095 Slate Grey

📋 copy color: '#698095'

red 105 ◦ green 128 ◦ blue 149

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

Shades of Slate Grey #698095

Tints of Slate Grey #698095

RGB

 RED value IS 105 (41.41% from 255) = 27.49%

 GREEN value IS 128 (50.39% from 255) = 33.51%

 BLUE value IS 149 (58.59% from 255) = 39.01%

R = 27.49%
G = 33.51%
B = 39.01%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#698095 (or 0x698095) is known color: Slate Grey. HEX triplet: 69, 80 and 95. RGB value is (105,128,149). Sum of RGB (Red+Green+Blue) = 105+128+149=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 149 - color contains mainly: blue. Hex color #698095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698095 is #967F6A. Grayscale: #7B7B7B. Windows color (decimal): -9863019 or 9797737. OLE color: 9797737.

HSL color Cylindrical-coordinate representation of color #698095: hue angle of 208.64º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #698095 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 128 149 -
CMYK 0.30 0.14 0 0.42
HSL 208.64º 0.17% 0.5% -
HSV(B) 208.64º 0.3% 0.58% -
XYZ 18.97 20.61 31.41 -
YUV 123.52 142.38 114.79 -
System Red Green Blue C M Y K H S L
Decimal 105 128 149 0.30 0.14 0 0.42 208.64 0.17 0.5
Hex 69 80 95 1E E 0 2A D1 11 32
Octal 151 200 225 36 16 0 52 321 21 62
Binary 1101001 10000000 10010101 11110 1110 0 101010 11010001 10001 110010

Color Harmonies of #698095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698095

Black with #698095

Text Example


Text Example

White with #698095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698095; }

 p { color: rgb(105,128,149); }

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

background-color css

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

 a { background-color: rgb(105,128,149); }

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

border-color css

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

 span { border-color: rgb(105,128,149); }

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