Html Css Color HEX #687585 Raven

📋 copy color: '#687585'

red 104 ◦ green 117 ◦ blue 133

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

Shades of Raven #687585

Tints of Raven #687585

RGB

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

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

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

R = 29.38%
G = 33.05%
B = 37.57%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#687585 (or 0x687585) is known color: Raven. HEX triplet: 68, 75 and 85. RGB value is (104,117,133). Sum of RGB (Red+Green+Blue) = 104+117+133=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 133 - color contains mainly: blue. Hex color #687585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687585 is #978A7A. Grayscale: #727272. Windows color (decimal): -9931387 or 8746344. OLE color: 8746344.

HSL color Cylindrical-coordinate representation of color #687585: hue angle of 213.1º 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 #687585 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 117 133 -
CMYK 0.22 0.12 0 0.48
HSL 213.1º 0.12% 0.46% -
HSV(B) 213.1º 0.22% 0.52% -
XYZ 16.3 17.36 24.68 -
YUV 114.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 104 117 133 0.22 0.12 0 0.48 213.1 0.12 0.46
Hex 68 75 85 16 C 0 30 D5 C 2E
Octal 150 165 205 26 14 0 60 325 14 56
Binary 1101000 1110101 10000101 10110 1100 0 110000 11010101 1100 101110

Color Harmonies of #687585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687585

Black with #687585

Text Example


Text Example

White with #687585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687585; }

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

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

background-color css

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

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

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

border-color css

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

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

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