Html Css Color HEX #616E7C Raven

📋 copy color: '#616E7C'

red 97 ◦ green 110 ◦ blue 124

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

Shades of Raven #616E7C

Tints of Raven #616E7C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.23%

 BLUE value IS 124 (48.83% from 255) = 37.46%

R = 29.31%
G = 33.23%
B = 37.46%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#616E7C (or 0x616E7C) is known color: Raven. HEX triplet: 61, 6E and 7C. RGB value is (97,110,124). Sum of RGB (Red+Green+Blue) = 97+110+124=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 124 - color contains mainly: blue. Hex color #616E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E7C is #9E9183. Grayscale: #6B6B6B. Windows color (decimal): -10391940 or 8154721. OLE color: 8154721.

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

Color convert

RGB 97 110 124 -
CMYK 0.22 0.11 0 0.51
HSL 211.11º 0.12% 0.43% -
HSV(B) 211.11º 0.22% 0.49% -
XYZ 14.14 15.15 21.25 -
YUV 107.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 97 110 124 0.22 0.11 0 0.51 211.11 0.12 0.43
Hex 61 6E 7C 16 B 0 33 D3 C 2B
Octal 141 156 174 26 13 0 63 323 14 53
Binary 1100001 1101110 1111100 10110 1011 0 110011 11010011 1100 101011

Color Harmonies of #616E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616E7C

Black with #616E7C

Text Example


Text Example

White with #616E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,110,124); }

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

background-color css

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

 a { background-color: rgb(97,110,124); }

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

border-color css

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

 span { border-color: rgb(97,110,124); }

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