Html Css Color HEX #687487 Raven

📋 copy color: '#687487'

red 104 ◦ green 116 ◦ blue 135

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

Shades of Raven #687487

Tints of Raven #687487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 38.03%

R = 29.3%
G = 32.68%
B = 38.03%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#687487 (or 0x687487) is known color: Raven. HEX triplet: 68, 74 and 87. RGB value is (104,116,135). Sum of RGB (Red+Green+Blue) = 104+116+135=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 135 - color contains mainly: blue. Hex color #687487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687487 is #978B78. Grayscale: #727272. Windows color (decimal): -9931641 or 8877160. OLE color: 8877160.

HSL color Cylindrical-coordinate representation of color #687487: hue angle of 216.77º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #687487 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 116 135 -
CMYK 0.23 0.14 0 0.47
HSL 216.77º 0.13% 0.47% -
HSV(B) 216.77º 0.23% 0.53% -
XYZ 16.33 17.18 25.38 -
YUV 114.58 139.52 120.46 -
System Red Green Blue C M Y K H S L
Decimal 104 116 135 0.23 0.14 0 0.47 216.77 0.13 0.47
Hex 68 74 87 17 E 0 2F D9 D 2F
Octal 150 164 207 27 16 0 57 331 15 57
Binary 1101000 1110100 10000111 10111 1110 0 101111 11011001 1101 101111

Color Harmonies of #687487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687487

Black with #687487

Text Example


Text Example

White with #687487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687487; }

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

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

background-color css

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

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

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

border-color css

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

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

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