Html Css Color HEX #687384 Raven

📋 copy color: '#687384'

red 104 ◦ green 115 ◦ blue 132

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

Shades of Raven #687384

Tints of Raven #687384

RGB

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

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

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

R = 29.63%
G = 32.76%
B = 37.61%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#687384 (or 0x687384) is known color: Raven. HEX triplet: 68, 73 and 84. RGB value is (104,115,132). Sum of RGB (Red+Green+Blue) = 104+115+132=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 132 - color contains mainly: blue. Hex color #687384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687384 is #978C7B. Grayscale: #717171. Windows color (decimal): -9931900 or 8680296. OLE color: 8680296.

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

Color convert

RGB 104 115 132 -
CMYK 0.21 0.13 0 0.48
HSL 216.43º 0.12% 0.46% -
HSV(B) 216.43º 0.21% 0.52% -
XYZ 16 16.87 24.24 -
YUV 113.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 104 115 132 0.21 0.13 0 0.48 216.43 0.12 0.46
Hex 68 73 84 15 D 0 30 D8 C 2E
Octal 150 163 204 25 15 0 60 330 14 56
Binary 1101000 1110011 10000100 10101 1101 0 110000 11011000 1100 101110

Color Harmonies of #687384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687384

Black with #687384

Text Example


Text Example

White with #687384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687384; }

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

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

background-color css

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

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

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

border-color css

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

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

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