Html Css Color HEX #687481 Raven

📋 copy color: '#687481'

red 104 ◦ green 116 ◦ blue 129

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

Shades of Raven #687481

Tints of Raven #687481

RGB

 RED value IS 104 (41.02% from 255) = 29.8%

 GREEN value IS 116 (45.7% from 255) = 33.24%

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

R = 29.8%
G = 33.24%
B = 36.96%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#687481 (or 0x687481) is known color: Raven. HEX triplet: 68, 74 and 81. RGB value is (104,116,129). Sum of RGB (Red+Green+Blue) = 104+116+129=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 129 - color contains mainly: blue. Hex color #687481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687481 is #978B7E. Grayscale: #717171. Windows color (decimal): -9931647 or 8483944. OLE color: 8483944.

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

Color convert

RGB 104 116 129 -
CMYK 0.19 0.10 0 0.49
HSL 211.2º 0.11% 0.46% -
HSV(B) 211.2º 0.19% 0.51% -
XYZ 15.92 17.02 23.21 -
YUV 113.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 104 116 129 0.19 0.10 0 0.49 211.2 0.11 0.46
Hex 68 74 81 13 A 0 31 D3 B 2E
Octal 150 164 201 23 12 0 61 323 13 56
Binary 1101000 1110100 10000001 10011 1010 0 110001 11010011 1011 101110

Color Harmonies of #687481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687481

Black with #687481

Text Example


Text Example

White with #687481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687481; }

 p { color: rgb(104,116,129); }

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

background-color css

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

 a { background-color: rgb(104,116,129); }

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

border-color css

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

 span { border-color: rgb(104,116,129); }

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