Html Css Color HEX #677483 Raven

📋 copy color: '#677483'

red 103 ◦ green 116 ◦ blue 131

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

Shades of Raven #677483

Tints of Raven #677483

RGB

 RED value IS 103 (40.63% from 255) = 29.43%

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

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

R = 29.43%
G = 33.14%
B = 37.43%

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

#677483 (or 0x677483) is known color: Raven. HEX triplet: 67, 74 and 83. RGB value is (103,116,131). Sum of RGB (Red+Green+Blue) = 103+116+131=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 131 - color contains mainly: blue. Hex color #677483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677483 is #988B7C. Grayscale: #717171. Windows color (decimal): -9997181 or 8615015. OLE color: 8615015.

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

Color convert

RGB 103 116 131 -
CMYK 0.21 0.11 0 0.49
HSL 212.14º 0.12% 0.46% -
HSV(B) 212.14º 0.21% 0.51% -
XYZ 15.94 17.01 23.92 -
YUV 113.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 103 116 131 0.21 0.11 0 0.49 212.14 0.12 0.46
Hex 67 74 83 15 B 0 31 D4 C 2E
Octal 147 164 203 25 13 0 61 324 14 56
Binary 1100111 1110100 10000011 10101 1011 0 110001 11010100 1100 101110

Color Harmonies of #677483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677483

Black with #677483

Text Example


Text Example

White with #677483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677483; }

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

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

background-color css

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

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

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

border-color css

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

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

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