Html Css Color HEX #687485 Raven

📋 copy color: '#687485'

red 104 ◦ green 116 ◦ blue 133

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

Shades of Raven #687485

Tints of Raven #687485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.68%

R = 29.46%
G = 32.86%
B = 37.68%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#687485 (or 0x687485) is known color: Raven. HEX triplet: 68, 74 and 85. RGB value is (104,116,133). Sum of RGB (Red+Green+Blue) = 104+116+133=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #687485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687485 is #978B7A. Grayscale: #727272. Windows color (decimal): -9931643 or 8746088. OLE color: 8746088.

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

Color convert

RGB 104 116 133 -
CMYK 0.22 0.13 0 0.48
HSL 215.17º 0.12% 0.46% -
HSV(B) 215.17º 0.22% 0.52% -
XYZ 16.19 17.13 24.64 -
YUV 114.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 104 116 133 0.22 0.13 0 0.48 215.17 0.12 0.46
Hex 68 74 85 16 D 0 30 D7 C 2E
Octal 150 164 205 26 15 0 60 327 14 56
Binary 1101000 1110100 10000101 10110 1101 0 110000 11010111 1100 101110

Color Harmonies of #687485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687485

Black with #687485

Text Example


Text Example

White with #687485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687485; }

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

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

background-color css

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

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

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

border-color css

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

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

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