Html Css Color HEX #687483 Raven

📋 copy color: '#687483'

red 104 ◦ green 116 ◦ blue 131

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

Shades of Raven #687483

Tints of Raven #687483

RGB

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

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

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

R = 29.63%
G = 33.05%
B = 37.32%

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

#687483 (or 0x687483) is known color: Raven. HEX triplet: 68, 74 and 83. RGB value is (104,116,131). Sum of RGB (Red+Green+Blue) = 104+116+131=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 131 - color contains mainly: blue. Hex color #687483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687483 is #978B7C. Grayscale: #727272. Windows color (decimal): -9931645 or 8615016. OLE color: 8615016.

HSL color Cylindrical-coordinate representation of color #687483: hue angle of 213.33º 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 #687483 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 116 131 -
CMYK 0.21 0.11 0 0.49
HSL 213.33º 0.11% 0.46% -
HSV(B) 213.33º 0.21% 0.51% -
XYZ 16.05 17.07 23.92 -
YUV 114.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 104 116 131 0.21 0.11 0 0.49 213.33 0.11 0.46
Hex 68 74 83 15 B 0 31 D5 B 2E
Octal 150 164 203 25 13 0 61 325 13 56
Binary 1101000 1110100 10000011 10101 1011 0 110001 11010101 1011 101110

Color Harmonies of #687483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687483

Black with #687483

Text Example


Text Example

White with #687483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687483; }

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

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

background-color css

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

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

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

border-color css

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

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

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