Html Css Color HEX #687380 Raven

📋 copy color: '#687380'

red 104 ◦ green 115 ◦ blue 128

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

Shades of Raven #687380

Tints of Raven #687380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.89%

R = 29.97%
G = 33.14%
B = 36.89%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#687380 (or 0x687380) is known color: Raven. HEX triplet: 68, 73 and 80. RGB value is (104,115,128). Sum of RGB (Red+Green+Blue) = 104+115+128=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 128 - color contains mainly: blue. Hex color #687380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687380 is #978C7F. Grayscale: #717171. Windows color (decimal): -9931904 or 8418152. OLE color: 8418152.

HSL color Cylindrical-coordinate representation of color #687380: hue angle of 212.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #687380 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 115 128 -
CMYK 0.19 0.10 0 0.50
HSL 212.5º 0.1% 0.45% -
HSV(B) 212.5º 0.19% 0.5% -
XYZ 15.74 16.76 22.83 -
YUV 113.19 136.36 121.44 -
System Red Green Blue C M Y K H S L
Decimal 104 115 128 0.19 0.10 0 0.50 212.5 0.1 0.45
Hex 68 73 80 13 A 0 32 D4 A 2D
Octal 150 163 200 23 12 0 62 324 12 55
Binary 1101000 1110011 10000000 10011 1010 0 110010 11010100 1010 101101

Color Harmonies of #687380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687380

Black with #687380

Text Example


Text Example

White with #687380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687380; }

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

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

background-color css

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

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

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

border-color css

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

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

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