Html Css Color HEX #698093 Slate Grey

📋 copy color: '#698093'

red 105 ◦ green 128 ◦ blue 147

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

Shades of Slate Grey #698093

Tints of Slate Grey #698093

RGB

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

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

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

R = 27.63%
G = 33.68%
B = 38.68%

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

#698093 (or 0x698093) is known color: Slate Grey. HEX triplet: 69, 80 and 93. RGB value is (105,128,147). Sum of RGB (Red+Green+Blue) = 105+128+147=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 147 - color contains mainly: blue. Hex color #698093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698093 is #967F6C. Grayscale: #7B7B7B. Windows color (decimal): -9863021 or 9666665. OLE color: 9666665.

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

Color convert

RGB 105 128 147 -
CMYK 0.29 0.13 0 0.42
HSL 207.14º 0.17% 0.49% -
HSV(B) 207.14º 0.29% 0.58% -
XYZ 18.81 20.55 30.58 -
YUV 123.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 105 128 147 0.29 0.13 0 0.42 207.14 0.17 0.49
Hex 69 80 93 1D D 0 2A CF 11 31
Octal 151 200 223 35 15 0 52 317 21 61
Binary 1101001 10000000 10010011 11101 1101 0 101010 11001111 10001 110001

Color Harmonies of #698093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698093

Black with #698093

Text Example


Text Example

White with #698093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698093; }

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

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

background-color css

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

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

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

border-color css

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

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

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