Html Css Color HEX #616C7E Raven

📋 copy color: '#616C7E'

red 97 ◦ green 108 ◦ blue 126

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

Shades of Raven #616C7E

Tints of Raven #616C7E

RGB

 RED value IS 97 (38.28% from 255) = 29.31%

 GREEN value IS 108 (42.58% from 255) = 32.63%

 BLUE value IS 126 (49.61% from 255) = 38.07%

R = 29.31%
G = 32.63%
B = 38.07%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#616C7E (or 0x616C7E) is known color: Raven. HEX triplet: 61, 6C and 7E. RGB value is (97,108,126). Sum of RGB (Red+Green+Blue) = 97+108+126=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 126 - color contains mainly: blue. Hex color #616C7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616C7E is #9E9381. Grayscale: #6A6A6A. Windows color (decimal): -10392450 or 8285281. OLE color: 8285281.

HSL color Cylindrical-coordinate representation of color #616C7E: hue angle of 217.24º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #616C7E is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 108 126 -
CMYK 0.23 0.14 0 0.51
HSL 217.24º 0.13% 0.44% -
HSV(B) 217.24º 0.23% 0.49% -
XYZ 14.06 14.77 21.85 -
YUV 106.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 97 108 126 0.23 0.14 0 0.51 217.24 0.13 0.44
Hex 61 6C 7E 17 E 0 33 D9 D 2C
Octal 141 154 176 27 16 0 63 331 15 54
Binary 1100001 1101100 1111110 10111 1110 0 110011 11011001 1101 101100

Color Harmonies of #616C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616C7E

Black with #616C7E

Text Example


Text Example

White with #616C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616C7E; }

 p { color: rgb(97,108,126); }

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

background-color css

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

 a { background-color: rgb(97,108,126); }

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

border-color css

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

 span { border-color: rgb(97,108,126); }

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