Html Css Color HEX #616A7D Raven

📋 copy color: '#616A7D'

red 97 ◦ green 106 ◦ blue 125

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

Shades of Raven #616A7D

Tints of Raven #616A7D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.32%

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

R = 29.57%
G = 32.32%
B = 38.11%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#616A7D (or 0x616A7D) is known color: Raven. HEX triplet: 61, 6A and 7D. RGB value is (97,106,125). Sum of RGB (Red+Green+Blue) = 97+106+125=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 125 - color contains mainly: blue. Hex color #616A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A7D is #9E9582. Grayscale: #696969. Windows color (decimal): -10392963 or 8219233. OLE color: 8219233.

HSL color Cylindrical-coordinate representation of color #616A7D: hue angle of 220.71º 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 #616A7D is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 106 125 -
CMYK 0.22 0.15 0 0.51
HSL 220.71º 0.13% 0.44% -
HSV(B) 220.71º 0.22% 0.49% -
XYZ 13.79 14.33 21.44 -
YUV 105.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 97 106 125 0.22 0.15 0 0.51 220.71 0.13 0.44
Hex 61 6A 7D 16 F 0 33 DD D 2C
Octal 141 152 175 26 17 0 63 335 15 54
Binary 1100001 1101010 1111101 10110 1111 0 110011 11011101 1101 101100

Color Harmonies of #616A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616A7D

Black with #616A7D

Text Example


Text Example

White with #616A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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