Html Css Color HEX #616B7A Raven

📋 copy color: '#616B7A'

red 97 ◦ green 107 ◦ blue 122

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

Shades of Raven #616B7A

Tints of Raven #616B7A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.82%

 BLUE value IS 122 (48.05% from 255) = 37.42%

R = 29.75%
G = 32.82%
B = 37.42%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#616B7A (or 0x616B7A) is known color: Raven. HEX triplet: 61, 6B and 7A. RGB value is (97,107,122). Sum of RGB (Red+Green+Blue) = 97+107+122=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #616B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B7A is #9E9485. Grayscale: #696969. Windows color (decimal): -10392710 or 8022881. OLE color: 8022881.

HSL color Cylindrical-coordinate representation of color #616B7A: hue angle of 216º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #616B7A is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 107 122 -
CMYK 0.20 0.12 0 0.52
HSL 216º 0.11% 0.43% -
HSV(B) 216º 0.2% 0.48% -
XYZ 13.7 14.46 20.48 -
YUV 105.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 97 107 122 0.20 0.12 0 0.52 216 0.11 0.43
Hex 61 6B 7A 14 C 0 34 D8 B 2B
Octal 141 153 172 24 14 0 64 330 13 53
Binary 1100001 1101011 1111010 10100 1100 0 110100 11011000 1011 101011

Color Harmonies of #616B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616B7A

Black with #616B7A

Text Example


Text Example

White with #616B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,107,122); }

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

background-color css

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

 a { background-color: rgb(97,107,122); }

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

border-color css

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

 span { border-color: rgb(97,107,122); }

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