Html Css Color HEX #616CA5 Chetwode Blue

📋 copy color: '#616CA5'

red 97 ◦ green 108 ◦ blue 165

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

Shades of Chetwode Blue #616CA5

Tints of Chetwode Blue #616CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.59%

R = 26.22%
G = 29.19%
B = 44.59%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#616CA5 (or 0x616CA5) is known color: Chetwode Blue. HEX triplet: 61, 6C and A5. RGB value is (97,108,165). Sum of RGB (Red+Green+Blue) = 97+108+165=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 165 (64.84% from 255 or 44.59% from 370); Max value from RGB is 165 - color contains mainly: blue. Hex color #616CA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616CA5 is #9E935A. Grayscale: #6E6E6E. Windows color (decimal): -10392411 or 10841185. OLE color: 10841185.

HSL color Cylindrical-coordinate representation of color #616CA5: hue angle of 230.29º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #616CA5 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 108 165 -
CMYK 0.41 0.35 0 0.35
HSL 230.29º 0.27% 0.51% -
HSV(B) 230.29º 0.41% 0.65% -
XYZ 17.08 15.98 37.78 -
YUV 111.21 158.36 117.87 -
System Red Green Blue C M Y K H S L
Decimal 97 108 165 0.41 0.35 0 0.35 230.29 0.27 0.51
Hex 61 6C A5 29 23 0 23 E6 1B 33
Octal 141 154 245 51 43 0 43 346 33 63
Binary 1100001 1101100 10100101 101001 100011 0 100011 11100110 11011 110011

Color Harmonies of #616CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616CA5

Black with #616CA5

Text Example


Text Example

White with #616CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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