Html Css Color HEX #677381 Raven

📋 copy color: '#677381'

red 103 ◦ green 115 ◦ blue 129

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

Shades of Raven #677381

Tints of Raven #677381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.18%

R = 29.68%
G = 33.14%
B = 37.18%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#677381 (or 0x677381) is known color: Raven. HEX triplet: 67, 73 and 81. RGB value is (103,115,129). Sum of RGB (Red+Green+Blue) = 103+115+129=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 129 - color contains mainly: blue. Hex color #677381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677381 is #988C7E. Grayscale: #707070. Windows color (decimal): -9997439 or 8483687. OLE color: 8483687.

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

Color convert

RGB 103 115 129 -
CMYK 0.20 0.11 0 0.49
HSL 212.31º 0.11% 0.45% -
HSV(B) 212.31º 0.2% 0.51% -
XYZ 15.69 16.73 23.17 -
YUV 113.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 103 115 129 0.20 0.11 0 0.49 212.31 0.11 0.45
Hex 67 73 81 14 B 0 31 D4 B 2D
Octal 147 163 201 24 13 0 61 324 13 55
Binary 1100111 1110011 10000001 10100 1011 0 110001 11010100 1011 101101

Color Harmonies of #677381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677381

Black with #677381

Text Example


Text Example

White with #677381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677381; }

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

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

background-color css

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

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

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

border-color css

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

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

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