Html Css Color HEX #698299 Slate Grey

📋 copy color: '#698299'

red 105 ◦ green 130 ◦ blue 153

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

Shades of Slate Grey #698299

Tints of Slate Grey #698299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.43%

R = 27.06%
G = 33.51%
B = 39.43%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#698299 (or 0x698299) is known color: Slate Grey. HEX triplet: 69, 82 and 99. RGB value is (105,130,153). Sum of RGB (Red+Green+Blue) = 105+130+153=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #698299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698299 is #967D66. Grayscale: #7D7D7D. Windows color (decimal): -9862503 or 10060393. OLE color: 10060393.

HSL color Cylindrical-coordinate representation of color #698299: hue angle of 208.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #698299 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 130 153 -
CMYK 0.31 0.15 0 0.4
HSL 208.75º 0.19% 0.51% -
HSV(B) 208.75º 0.31% 0.6% -
XYZ 19.56 21.27 33.21 -
YUV 125.15 143.72 113.63 -
System Red Green Blue C M Y K H S L
Decimal 105 130 153 0.31 0.15 0 0.4 208.75 0.19 0.51
Hex 69 82 99 1F F 0 28 D1 13 33
Octal 151 202 231 37 17 0 50 321 23 63
Binary 1101001 10000010 10011001 11111 1111 0 101000 11010001 10011 110011

Color Harmonies of #698299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698299

Black with #698299

Text Example


Text Example

White with #698299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698299; }

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

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

background-color css

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

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

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

border-color css

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

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

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