Html Css Color HEX #698293 Slate Grey

📋 copy color: '#698293'

red 105 ◦ green 130 ◦ blue 147

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

Shades of Slate Grey #698293

Tints of Slate Grey #698293

RGB

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

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

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

R = 27.49%
G = 34.03%
B = 38.48%

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

#698293 (or 0x698293) is known color: Slate Grey. HEX triplet: 69, 82 and 93. RGB value is (105,130,147). Sum of RGB (Red+Green+Blue) = 105+130+147=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 147 - color contains mainly: blue. Hex color #698293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698293 is #967D6C. Grayscale: #7C7C7C. Windows color (decimal): -9862509 or 9667177. OLE color: 9667177.

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

Color convert

RGB 105 130 147 -
CMYK 0.29 0.12 0 0.42
HSL 204.29º 0.17% 0.49% -
HSV(B) 204.29º 0.29% 0.58% -
XYZ 19.07 21.08 30.67 -
YUV 124.46 140.72 114.12 -
System Red Green Blue C M Y K H S L
Decimal 105 130 147 0.29 0.12 0 0.42 204.29 0.17 0.49
Hex 69 82 93 1D C 0 2A CC 11 31
Octal 151 202 223 35 14 0 52 314 21 61
Binary 1101001 10000010 10010011 11101 1100 0 101010 11001100 10001 110001

Color Harmonies of #698293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698293

Black with #698293

Text Example


Text Example

White with #698293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698293; }

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

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

background-color css

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

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

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

border-color css

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

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

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