Html Css Color HEX #698194 Slate Grey

📋 copy color: '#698194'

red 105 ◦ green 129 ◦ blue 148

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

Shades of Slate Grey #698194

Tints of Slate Grey #698194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.74%

R = 27.49%
G = 33.77%
B = 38.74%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#698194 (or 0x698194) is known color: Slate Grey. HEX triplet: 69, 81 and 94. RGB value is (105,129,148). Sum of RGB (Red+Green+Blue) = 105+129+148=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 148 - color contains mainly: blue. Hex color #698194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698194 is #967E6B. Grayscale: #7B7B7B. Windows color (decimal): -9862764 or 9732457. OLE color: 9732457.

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

Color convert

RGB 105 129 148 -
CMYK 0.29 0.13 0 0.42
HSL 206.51º 0.17% 0.5% -
HSV(B) 206.51º 0.29% 0.58% -
XYZ 19.02 20.84 31.04 -
YUV 123.99 141.55 114.46 -
System Red Green Blue C M Y K H S L
Decimal 105 129 148 0.29 0.13 0 0.42 206.51 0.17 0.5
Hex 69 81 94 1D D 0 2A CF 11 32
Octal 151 201 224 35 15 0 52 317 21 62
Binary 1101001 10000001 10010100 11101 1101 0 101010 11001111 10001 110010

Color Harmonies of #698194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698194

Black with #698194

Text Example


Text Example

White with #698194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698194; }

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

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

background-color css

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

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

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

border-color css

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

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

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