Html Css Color HEX #698294 Slate Grey

📋 copy color: '#698294'

red 105 ◦ green 130 ◦ blue 148

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

Shades of Slate Grey #698294

Tints of Slate Grey #698294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.94%

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

R = 27.42%
G = 33.94%
B = 38.64%

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

#698294 (or 0x698294) is known color: Slate Grey. HEX triplet: 69, 82 and 94. RGB value is (105,130,148). Sum of RGB (Red+Green+Blue) = 105+130+148=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 148 - color contains mainly: blue. Hex color #698294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698294 is #967D6B. Grayscale: #7C7C7C. Windows color (decimal): -9862508 or 9732713. OLE color: 9732713.

HSL color Cylindrical-coordinate representation of color #698294: hue angle of 205.12º 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 #698294 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 130 148 -
CMYK 0.29 0.12 0 0.42
HSL 205.12º 0.17% 0.5% -
HSV(B) 205.12º 0.29% 0.58% -
XYZ 19.15 21.11 31.08 -
YUV 124.58 141.22 114.04 -
System Red Green Blue C M Y K H S L
Decimal 105 130 148 0.29 0.12 0 0.42 205.12 0.17 0.5
Hex 69 82 94 1D C 0 2A CD 11 32
Octal 151 202 224 35 14 0 52 315 21 62
Binary 1101001 10000010 10010100 11101 1100 0 101010 11001101 10001 110010

Color Harmonies of #698294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698294

Black with #698294

Text Example


Text Example

White with #698294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698294; }

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

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

background-color css

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

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

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

border-color css

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

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

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