Html Css Color HEX #697B99 Slate Grey

📋 copy color: '#697B99'

red 105 ◦ green 123 ◦ blue 153

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

Shades of Slate Grey #697B99

Tints of Slate Grey #697B99

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.28%

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

R = 27.56%
G = 32.28%
B = 40.16%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#697B99 (or 0x697B99) is known color: Slate Grey. HEX triplet: 69, 7B and 99. RGB value is (105,123,153). Sum of RGB (Red+Green+Blue) = 105+123+153=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #697B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697B99 is #968466. Grayscale: #787878. Windows color (decimal): -9864295 or 10058601. OLE color: 10058601.

HSL color Cylindrical-coordinate representation of color #697B99: hue angle of 217.5º 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 #697B99 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 123 153 -
CMYK 0.31 0.20 0 0.4
HSL 217.5º 0.19% 0.51% -
HSV(B) 217.5º 0.31% 0.6% -
XYZ 18.66 19.47 32.91 -
YUV 121.04 146.04 116.56 -
System Red Green Blue C M Y K H S L
Decimal 105 123 153 0.31 0.20 0 0.4 217.5 0.19 0.51
Hex 69 7B 99 1F 14 0 28 DA 13 33
Octal 151 173 231 37 24 0 50 332 23 63
Binary 1101001 1111011 10011001 11111 10100 0 101000 11011010 10011 110011

Color Harmonies of #697B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697B99

Black with #697B99

Text Example


Text Example

White with #697B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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