Html Css Color HEX #677F99 Slate Grey

📋 copy color: '#677F99'

red 103 ◦ green 127 ◦ blue 153

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

Shades of Slate Grey #677F99

Tints of Slate Grey #677F99

RGB

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

 GREEN value IS 127 (50% from 255) = 33.16%

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

R = 26.89%
G = 33.16%
B = 39.95%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#677F99 (or 0x677F99) is known color: Slate Grey. HEX triplet: 67, 7F and 99. RGB value is (103,127,153). Sum of RGB (Red+Green+Blue) = 103+127+153=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #677F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677F99 is #988066. Grayscale: #7A7A7A. Windows color (decimal): -9994343 or 10059623. OLE color: 10059623.

HSL color Cylindrical-coordinate representation of color #677F99: hue angle of 211.2º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #677F99 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 127 153 -
CMYK 0.33 0.17 0 0.4
HSL 211.2º 0.2% 0.5% -
HSV(B) 211.2º 0.33% 0.6% -
XYZ 18.93 20.36 33.07 -
YUV 122.79 145.05 113.89 -
System Red Green Blue C M Y K H S L
Decimal 103 127 153 0.33 0.17 0 0.4 211.2 0.2 0.5
Hex 67 7F 99 21 11 0 28 D3 14 32
Octal 147 177 231 41 21 0 50 323 24 62
Binary 1100111 1111111 10011001 100001 10001 0 101000 11010011 10100 110010

Color Harmonies of #677F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677F99

Black with #677F99

Text Example


Text Example

White with #677F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677F99; }

 p { color: rgb(103,127,153); }

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

background-color css

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

 a { background-color: rgb(103,127,153); }

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

border-color css

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

 span { border-color: rgb(103,127,153); }

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