Html Css Color HEX #677380 Raven

📋 copy color: '#677380'

red 103 ◦ green 115 ◦ blue 128

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

Shades of Raven #677380

Tints of Raven #677380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.24%

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

R = 29.77%
G = 33.24%
B = 36.99%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#677380 (or 0x677380) is known color: Raven. HEX triplet: 67, 73 and 80. RGB value is (103,115,128). Sum of RGB (Red+Green+Blue) = 103+115+128=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 128 - color contains mainly: blue. Hex color #677380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677380 is #988C7F. Grayscale: #707070. Windows color (decimal): -9997440 or 8418151. OLE color: 8418151.

HSL color Cylindrical-coordinate representation of color #677380: hue angle of 211.2º 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 #677380 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 115 128 -
CMYK 0.20 0.10 0 0.50
HSL 211.2º 0.11% 0.45% -
HSV(B) 211.2º 0.2% 0.5% -
XYZ 15.62 16.7 22.82 -
YUV 112.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 103 115 128 0.20 0.10 0 0.50 211.2 0.11 0.45
Hex 67 73 80 14 A 0 32 D3 B 2D
Octal 147 163 200 24 12 0 62 323 13 55
Binary 1100111 1110011 10000000 10100 1010 0 110010 11010011 1011 101101

Color Harmonies of #677380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677380

Black with #677380

Text Example


Text Example

White with #677380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677380; }

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

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

background-color css

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

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

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

border-color css

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

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

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