Html Css Color HEX #687584 Raven

📋 copy color: '#687584'

red 104 ◦ green 117 ◦ blue 132

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

Shades of Raven #687584

Tints of Raven #687584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.14%

 BLUE value IS 132 (51.95% from 255) = 37.39%

R = 29.46%
G = 33.14%
B = 37.39%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#687584 (or 0x687584) is known color: Raven. HEX triplet: 68, 75 and 84. RGB value is (104,117,132). Sum of RGB (Red+Green+Blue) = 104+117+132=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 132 - color contains mainly: blue. Hex color #687584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687584 is #978A7B. Grayscale: #727272. Windows color (decimal): -9931388 or 8680808. OLE color: 8680808.

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

Color convert

RGB 104 117 132 -
CMYK 0.21 0.11 0 0.48
HSL 212.14º 0.12% 0.46% -
HSV(B) 212.14º 0.21% 0.52% -
XYZ 16.24 17.33 24.32 -
YUV 114.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 104 117 132 0.21 0.11 0 0.48 212.14 0.12 0.46
Hex 68 75 84 15 B 0 30 D4 C 2E
Octal 150 165 204 25 13 0 60 324 14 56
Binary 1101000 1110101 10000100 10101 1011 0 110000 11010100 1100 101110

Color Harmonies of #687584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687584

Black with #687584

Text Example


Text Example

White with #687584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687584; }

 p { color: rgb(104,117,132); }

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

background-color css

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

 a { background-color: rgb(104,117,132); }

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

border-color css

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

 span { border-color: rgb(104,117,132); }

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