Html Css Color HEX #697B9B Slate Grey

📋 copy color: '#697B9B'

red 105 ◦ green 123 ◦ blue 155

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

Shades of Slate Grey #697B9B

Tints of Slate Grey #697B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.47%

R = 27.42%
G = 32.11%
B = 40.47%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#697B9B (or 0x697B9B) is known color: Slate Grey. HEX triplet: 69, 7B and 9B. RGB value is (105,123,155). Sum of RGB (Red+Green+Blue) = 105+123+155=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #697B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697B9B is #968464. Grayscale: #797979. Windows color (decimal): -9864293 or 10189673. OLE color: 10189673.

HSL color Cylindrical-coordinate representation of color #697B9B: hue angle of 218.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #697B9B is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 123 155 -
CMYK 0.32 0.21 0 0.39
HSL 218.4º 0.2% 0.51% -
HSV(B) 218.4º 0.32% 0.61% -
XYZ 18.83 19.54 33.79 -
YUV 121.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 105 123 155 0.32 0.21 0 0.39 218.4 0.2 0.51
Hex 69 7B 9B 20 15 0 27 DA 14 33
Octal 151 173 233 40 25 0 47 332 24 63
Binary 1101001 1111011 10011011 100000 10101 0 100111 11011010 10100 110011

Color Harmonies of #697B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697B9B

Black with #697B9B

Text Example


Text Example

White with #697B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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