Html Css Color HEX #687182 Raven

📋 copy color: '#687182'

red 104 ◦ green 113 ◦ blue 130

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

Shades of Raven #687182

Tints of Raven #687182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.46%

R = 29.97%
G = 32.56%
B = 37.46%

CMYK

 C value IS 0.2

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#687182 (or 0x687182) is known color: Raven. HEX triplet: 68, 71 and 82. RGB value is (104,113,130). Sum of RGB (Red+Green+Blue) = 104+113+130=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 130 - color contains mainly: blue. Hex color #687182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687182 is #978E7D. Grayscale: #707070. Windows color (decimal): -9932414 or 8548712. OLE color: 8548712.

HSL color Cylindrical-coordinate representation of color #687182: hue angle of 219.23º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #687182 is Cyan = 0.2, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 113 130 -
CMYK 0.2 0.13 0 0.49
HSL 219.23º 0.11% 0.46% -
HSV(B) 219.23º 0.2% 0.51% -
XYZ 15.64 16.37 23.45 -
YUV 112.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 104 113 130 0.2 0.13 0 0.49 219.23 0.11 0.46
Hex 68 71 82 14 D 0 31 DB B 2E
Octal 150 161 202 24 15 0 61 333 13 56
Binary 1101000 1110001 10000010 10100 1101 0 110001 11011011 1011 101110

Color Harmonies of #687182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687182

Black with #687182

Text Example


Text Example

White with #687182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687182; }

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

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

background-color css

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

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

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

border-color css

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

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

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