Html Css Color HEX #616E7D Raven

📋 copy color: '#616E7D'

red 97 ◦ green 110 ◦ blue 125

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

Shades of Raven #616E7D

Tints of Raven #616E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.65%

R = 29.22%
G = 33.13%
B = 37.65%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#616E7D (or 0x616E7D) is known color: Raven. HEX triplet: 61, 6E and 7D. RGB value is (97,110,125). Sum of RGB (Red+Green+Blue) = 97+110+125=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 125 - color contains mainly: blue. Hex color #616E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E7D is #9E9182. Grayscale: #6B6B6B. Windows color (decimal): -10391939 or 8220257. OLE color: 8220257.

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

Color convert

RGB 97 110 125 -
CMYK 0.22 0.12 0 0.51
HSL 212.14º 0.13% 0.44% -
HSV(B) 212.14º 0.22% 0.49% -
XYZ 14.21 15.17 21.58 -
YUV 107.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 97 110 125 0.22 0.12 0 0.51 212.14 0.13 0.44
Hex 61 6E 7D 16 C 0 33 D4 D 2C
Octal 141 156 175 26 14 0 63 324 15 54
Binary 1100001 1101110 1111101 10110 1100 0 110011 11010100 1101 101100

Color Harmonies of #616E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616E7D

Black with #616E7D

Text Example


Text Example

White with #616E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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