Html Css Color HEX #687382 Raven

📋 copy color: '#687382'

red 104 ◦ green 115 ◦ blue 130

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

Shades of Raven #687382

Tints of Raven #687382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.25%

R = 29.8%
G = 32.95%
B = 37.25%

CMYK

 C value IS 0.2

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#687382 (or 0x687382) is known color: Raven. HEX triplet: 68, 73 and 82. RGB value is (104,115,130). Sum of RGB (Red+Green+Blue) = 104+115+130=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 130 - color contains mainly: blue. Hex color #687382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687382 is #978C7D. Grayscale: #717171. Windows color (decimal): -9931902 or 8549224. OLE color: 8549224.

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

Color convert

RGB 104 115 130 -
CMYK 0.2 0.12 0 0.49
HSL 214.62º 0.11% 0.46% -
HSV(B) 214.62º 0.2% 0.51% -
XYZ 15.87 16.82 23.53 -
YUV 113.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 104 115 130 0.2 0.12 0 0.49 214.62 0.11 0.46
Hex 68 73 82 14 C 0 31 D7 B 2E
Octal 150 163 202 24 14 0 61 327 13 56
Binary 1101000 1110011 10000010 10100 1100 0 110001 11010111 1011 101110

Color Harmonies of #687382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687382

Black with #687382

Text Example


Text Example

White with #687382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687382; }

 p { color: rgb(104,115,130); }

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

background-color css

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

 a { background-color: rgb(104,115,130); }

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

border-color css

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

 span { border-color: rgb(104,115,130); }

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