Html Css Color HEX #697B8D Slate Grey

📋 copy color: '#697B8D'

red 105 ◦ green 123 ◦ blue 141

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

Shades of Slate Grey #697B8D

Tints of Slate Grey #697B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 28.46%
G = 33.33%
B = 38.21%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#697B8D (or 0x697B8D) is known color: Slate Grey. HEX triplet: 69, 7B and 8D. RGB value is (105,123,141). Sum of RGB (Red+Green+Blue) = 105+123+141=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 141 - color contains mainly: blue. Hex color #697B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697B8D is #968472. Grayscale: #777777. Windows color (decimal): -9864307 or 9272169. OLE color: 9272169.

HSL color Cylindrical-coordinate representation of color #697B8D: hue angle of 210º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #697B8D is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 123 141 -
CMYK 0.26 0.13 0 0.45
HSL 210º 0.15% 0.48% -
HSV(B) 210º 0.26% 0.55% -
XYZ 17.72 19.09 27.95 -
YUV 119.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 105 123 141 0.26 0.13 0 0.45 210 0.15 0.48
Hex 69 7B 8D 1A D 0 2D D2 F 30
Octal 151 173 215 32 15 0 55 322 17 60
Binary 1101001 1111011 10001101 11010 1101 0 101101 11010010 1111 110000

Color Harmonies of #697B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697B8D

Black with #697B8D

Text Example


Text Example

White with #697B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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