Html Css Color HEX #687184 Raven

📋 copy color: '#687184'

red 104 ◦ green 113 ◦ blue 132

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

Shades of Raven #687184

Tints of Raven #687184

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.38%

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

R = 29.8%
G = 32.38%
B = 37.82%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#687184 (or 0x687184) is known color: Raven. HEX triplet: 68, 71 and 84. RGB value is (104,113,132). Sum of RGB (Red+Green+Blue) = 104+113+132=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 132 - color contains mainly: blue. Hex color #687184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687184 is #978E7B. Grayscale: #707070. Windows color (decimal): -9932412 or 8679784. OLE color: 8679784.

HSL color Cylindrical-coordinate representation of color #687184: hue angle of 220.71º 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 #687184 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 113 132 -
CMYK 0.21 0.14 0 0.48
HSL 220.71º 0.12% 0.46% -
HSV(B) 220.71º 0.21% 0.52% -
XYZ 15.78 16.42 24.17 -
YUV 112.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 104 113 132 0.21 0.14 0 0.48 220.71 0.12 0.46
Hex 68 71 84 15 E 0 30 DD C 2E
Octal 150 161 204 25 16 0 60 335 14 56
Binary 1101000 1110001 10000100 10101 1110 0 110000 11011101 1100 101110

Color Harmonies of #687184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687184

Black with #687184

Text Example


Text Example

White with #687184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687184; }

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

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

background-color css

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

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

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

border-color css

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

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

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