Html Css Color HEX #698193 Slate Grey

📋 copy color: '#698193'

red 105 ◦ green 129 ◦ blue 147

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

Shades of Slate Grey #698193

Tints of Slate Grey #698193

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.86%

 BLUE value IS 147 (57.81% from 255) = 38.58%

R = 27.56%
G = 33.86%
B = 38.58%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#698193 (or 0x698193) is known color: Slate Grey. HEX triplet: 69, 81 and 93. RGB value is (105,129,147). Sum of RGB (Red+Green+Blue) = 105+129+147=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 147 - color contains mainly: blue. Hex color #698193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698193 is #967E6C. Grayscale: #7B7B7B. Windows color (decimal): -9862765 or 9666921. OLE color: 9666921.

HSL color Cylindrical-coordinate representation of color #698193: hue angle of 205.71º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #698193 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 129 147 -
CMYK 0.29 0.12 0 0.42
HSL 205.71º 0.17% 0.49% -
HSV(B) 205.71º 0.29% 0.58% -
XYZ 18.94 20.81 30.62 -
YUV 123.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 105 129 147 0.29 0.12 0 0.42 205.71 0.17 0.49
Hex 69 81 93 1D C 0 2A CE 11 31
Octal 151 201 223 35 14 0 52 316 21 61
Binary 1101001 10000001 10010011 11101 1100 0 101010 11001110 10001 110001

Color Harmonies of #698193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698193

Black with #698193

Text Example


Text Example

White with #698193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698193; }

 p { color: rgb(105,129,147); }

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

background-color css

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

 a { background-color: rgb(105,129,147); }

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

border-color css

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

 span { border-color: rgb(105,129,147); }

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