Html Css Color HEX #697B8E Slate Grey

📋 copy color: '#697B8E'

red 105 ◦ green 123 ◦ blue 142

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

Shades of Slate Grey #697B8E

Tints of Slate Grey #697B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.38%

R = 28.38%
G = 33.24%
B = 38.38%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#697B8E (or 0x697B8E) is known color: Slate Grey. HEX triplet: 69, 7B and 8E. RGB value is (105,123,142). Sum of RGB (Red+Green+Blue) = 105+123+142=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 142 - color contains mainly: blue. Hex color #697B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697B8E is #968471. Grayscale: #777777. Windows color (decimal): -9864306 or 9337705. OLE color: 9337705.

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

Color convert

RGB 105 123 142 -
CMYK 0.26 0.13 0 0.44
HSL 210.81º 0.15% 0.48% -
HSV(B) 210.81º 0.26% 0.56% -
XYZ 17.79 19.12 28.34 -
YUV 119.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 105 123 142 0.26 0.13 0 0.44 210.81 0.15 0.48
Hex 69 7B 8E 1A D 0 2C D3 F 30
Octal 151 173 216 32 15 0 54 323 17 60
Binary 1101001 1111011 10001110 11010 1101 0 101100 11010011 1111 110000

Color Harmonies of #697B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697B8E

Black with #697B8E

Text Example


Text Example

White with #697B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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