Html Css Color HEX #616BA1 Chetwode Blue

📋 copy color: '#616BA1'

red 97 ◦ green 107 ◦ blue 161

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

Shades of Chetwode Blue #616BA1

Tints of Chetwode Blue #616BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.11%

R = 26.58%
G = 29.32%
B = 44.11%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#616BA1 (or 0x616BA1) is known color: Chetwode Blue. HEX triplet: 61, 6B and A1. RGB value is (97,107,161). Sum of RGB (Red+Green+Blue) = 97+107+161=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 161 - color contains mainly: blue. Hex color #616BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616BA1 is #9E945E. Grayscale: #6D6D6D. Windows color (decimal): -10392671 or 10578785. OLE color: 10578785.

HSL color Cylindrical-coordinate representation of color #616BA1: hue angle of 230.62º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #616BA1 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 107 161 -
CMYK 0.40 0.34 0 0.37
HSL 230.63º 0.25% 0.51% -
HSV(B) 230.63º 0.4% 0.63% -
XYZ 16.62 15.63 35.86 -
YUV 110.17 156.69 118.61 -
System Red Green Blue C M Y K H S L
Decimal 97 107 161 0.40 0.34 0 0.37 230.63 0.25 0.51
Hex 61 6B A1 28 22 0 25 E7 19 33
Octal 141 153 241 50 42 0 45 347 31 63
Binary 1100001 1101011 10100001 101000 100010 0 100101 11100111 11001 110011

Color Harmonies of #616BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616BA1

Black with #616BA1

Text Example


Text Example

White with #616BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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