Html Css Color HEX #687583 Raven

📋 copy color: '#687583'

red 104 ◦ green 117 ◦ blue 131

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

Shades of Raven #687583

Tints of Raven #687583

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.24%

 BLUE value IS 131 (51.56% from 255) = 37.22%

R = 29.55%
G = 33.24%
B = 37.22%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#687583 (or 0x687583) is known color: Raven. HEX triplet: 68, 75 and 83. RGB value is (104,117,131). Sum of RGB (Red+Green+Blue) = 104+117+131=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 131 - color contains mainly: blue. Hex color #687583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687583 is #978A7C. Grayscale: #727272. Windows color (decimal): -9931389 or 8615272. OLE color: 8615272.

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

Color convert

RGB 104 117 131 -
CMYK 0.21 0.11 0 0.49
HSL 211.11º 0.11% 0.46% -
HSV(B) 211.11º 0.21% 0.51% -
XYZ 16.17 17.3 23.96 -
YUV 114.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 104 117 131 0.21 0.11 0 0.49 211.11 0.11 0.46
Hex 68 75 83 15 B 0 31 D3 B 2E
Octal 150 165 203 25 13 0 61 323 13 56
Binary 1101000 1110101 10000011 10101 1011 0 110001 11010011 1011 101110

Color Harmonies of #687583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687583

Black with #687583

Text Example


Text Example

White with #687583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687583; }

 p { color: rgb(104,117,131); }

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

background-color css

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

 a { background-color: rgb(104,117,131); }

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

border-color css

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

 span { border-color: rgb(104,117,131); }

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