Html Css Color HEX #616CA1 Chetwode Blue

📋 copy color: '#616CA1'

red 97 ◦ green 108 ◦ blue 161

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

Shades of Chetwode Blue #616CA1

Tints of Chetwode Blue #616CA1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.51%

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

R = 26.5%
G = 29.51%
B = 43.99%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#616CA1 (or 0x616CA1) is known color: Chetwode Blue. HEX triplet: 61, 6C and A1. RGB value is (97,108,161). Sum of RGB (Red+Green+Blue) = 97+108+161=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 161 (63.28% from 255 or 43.99% from 366); Max value from RGB is 161 - color contains mainly: blue. Hex color #616CA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616CA1 is #9E935E. Grayscale: #6E6E6E. Windows color (decimal): -10392415 or 10579041. OLE color: 10579041.

HSL color Cylindrical-coordinate representation of color #616CA1: hue angle of 229.69º 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 #616CA1 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 108 161 -
CMYK 0.40 0.33 0 0.37
HSL 229.69º 0.25% 0.51% -
HSV(B) 229.69º 0.4% 0.63% -
XYZ 16.73 15.84 35.89 -
YUV 110.75 156.36 118.19 -
System Red Green Blue C M Y K H S L
Decimal 97 108 161 0.40 0.33 0 0.37 229.69 0.25 0.51
Hex 61 6C A1 28 21 0 25 E6 19 33
Octal 141 154 241 50 41 0 45 346 31 63
Binary 1100001 1101100 10100001 101000 100001 0 100101 11100110 11001 110011

Color Harmonies of #616CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616CA1

Black with #616CA1

Text Example


Text Example

White with #616CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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