Html Css Color HEX #677FA2 Slate Grey

📋 copy color: '#677FA2'

red 103 ◦ green 127 ◦ blue 162

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

Shades of Slate Grey #677FA2

Tints of Slate Grey #677FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.33%

R = 26.28%
G = 32.4%
B = 41.33%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#677FA2 (or 0x677FA2) is known color: Slate Grey. HEX triplet: 67, 7F and A2. RGB value is (103,127,162). Sum of RGB (Red+Green+Blue) = 103+127+162=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 162 - color contains mainly: blue. Hex color #677FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677FA2 is #98805D. Grayscale: #7B7B7B. Windows color (decimal): -9994334 or 10649447. OLE color: 10649447.

HSL color Cylindrical-coordinate representation of color #677FA2: hue angle of 215.59º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #677FA2 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 103 127 162 -
CMYK 0.36 0.22 0 0.36
HSL 215.59º 0.24% 0.52% -
HSV(B) 215.59º 0.36% 0.64% -
XYZ 19.7 20.67 37.13 -
YUV 123.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 103 127 162 0.36 0.22 0 0.36 215.59 0.24 0.52
Hex 67 7F A2 24 16 0 24 D8 18 34
Octal 147 177 242 44 26 0 44 330 30 64
Binary 1100111 1111111 10100010 100100 10110 0 100100 11011000 11000 110100

Color Harmonies of #677FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677FA2

Black with #677FA2

Text Example


Text Example

White with #677FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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