Html Css Color HEX #677997 Slate Grey

📋 copy color: '#677997'

red 103 ◦ green 121 ◦ blue 151

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

Shades of Slate Grey #677997

Tints of Slate Grey #677997

RGB

 RED value IS 103 (40.63% from 255) = 27.47%

 GREEN value IS 121 (47.66% from 255) = 32.27%

 BLUE value IS 151 (59.38% from 255) = 40.27%

R = 27.47%
G = 32.27%
B = 40.27%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#677997 (or 0x677997) is known color: Slate Grey. HEX triplet: 67, 79 and 97. RGB value is (103,121,151). Sum of RGB (Red+Green+Blue) = 103+121+151=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 151 - color contains mainly: blue. Hex color #677997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677997 is #988668. Grayscale: #767676. Windows color (decimal): -9995881 or 9927015. OLE color: 9927015.

HSL color Cylindrical-coordinate representation of color #677997: hue angle of 217.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #677997 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 121 151 -
CMYK 0.32 0.20 0 0.41
HSL 217.5º 0.19% 0.5% -
HSV(B) 217.5º 0.32% 0.59% -
XYZ 18.02 18.79 31.96 -
YUV 119.04 146.04 116.56 -
System Red Green Blue C M Y K H S L
Decimal 103 121 151 0.32 0.20 0 0.41 217.5 0.19 0.5
Hex 67 79 97 20 14 0 29 DA 13 32
Octal 147 171 227 40 24 0 51 332 23 62
Binary 1100111 1111001 10010111 100000 10100 0 101001 11011010 10011 110010

Color Harmonies of #677997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677997

Black with #677997

Text Example


Text Example

White with #677997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677997; }

 p { color: rgb(103,121,151); }

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

background-color css

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

 a { background-color: rgb(103,121,151); }

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

border-color css

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

 span { border-color: rgb(103,121,151); }

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