Html Css Color HEX #677180 Raven

📋 copy color: '#677180'

red 103 ◦ green 113 ◦ blue 128

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

Shades of Raven #677180

Tints of Raven #677180

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.85%

 BLUE value IS 128 (50.39% from 255) = 37.21%

R = 29.94%
G = 32.85%
B = 37.21%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#677180 (or 0x677180) is known color: Raven. HEX triplet: 67, 71 and 80. RGB value is (103,113,128). Sum of RGB (Red+Green+Blue) = 103+113+128=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 128 - color contains mainly: blue. Hex color #677180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677180 is #988E7F. Grayscale: #6F6F6F. Windows color (decimal): -9997952 or 8417639. OLE color: 8417639.

HSL color Cylindrical-coordinate representation of color #677180: hue angle of 216º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #677180 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 113 128 -
CMYK 0.20 0.12 0 0.50
HSL 216º 0.11% 0.45% -
HSV(B) 216º 0.2% 0.5% -
XYZ 15.39 16.25 22.75 -
YUV 111.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 103 113 128 0.20 0.12 0 0.50 216 0.11 0.45
Hex 67 71 80 14 C 0 32 D8 B 2D
Octal 147 161 200 24 14 0 62 330 13 55
Binary 1100111 1110001 10000000 10100 1100 0 110010 11011000 1011 101101

Color Harmonies of #677180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677180

Black with #677180

Text Example


Text Example

White with #677180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677180; }

 p { color: rgb(103,113,128); }

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

background-color css

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

 a { background-color: rgb(103,113,128); }

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

border-color css

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

 span { border-color: rgb(103,113,128); }

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