Html Css Color HEX #677F94 Slate Grey

📋 copy color: '#677F94'

red 103 ◦ green 127 ◦ blue 148

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

Shades of Slate Grey #677F94

Tints of Slate Grey #677F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.15%

R = 27.25%
G = 33.6%
B = 39.15%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#677F94 (or 0x677F94) is known color: Slate Grey. HEX triplet: 67, 7F and 94. RGB value is (103,127,148). Sum of RGB (Red+Green+Blue) = 103+127+148=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 148 - color contains mainly: blue. Hex color #677F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677F94 is #98806B. Grayscale: #7A7A7A. Windows color (decimal): -9994348 or 9731943. OLE color: 9731943.

HSL color Cylindrical-coordinate representation of color #677F94: hue angle of 208º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #677F94 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 127 148 -
CMYK 0.30 0.14 0 0.42
HSL 208º 0.18% 0.49% -
HSV(B) 208º 0.3% 0.58% -
XYZ 18.53 20.2 30.94 -
YUV 122.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 103 127 148 0.30 0.14 0 0.42 208 0.18 0.49
Hex 67 7F 94 1E E 0 2A D0 12 31
Octal 147 177 224 36 16 0 52 320 22 61
Binary 1100111 1111111 10010100 11110 1110 0 101010 11010000 10010 110001

Color Harmonies of #677F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677F94

Black with #677F94

Text Example


Text Example

White with #677F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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