Html Css Color HEX #616CAE Chetwode Blue

📋 copy color: '#616CAE'

red 97 ◦ green 108 ◦ blue 174

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

Shades of Chetwode Blue #616CAE

Tints of Chetwode Blue #616CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.91%

R = 25.59%
G = 28.5%
B = 45.91%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#616CAE (or 0x616CAE) is known color: Chetwode Blue. HEX triplet: 61, 6C and AE. RGB value is (97,108,174). Sum of RGB (Red+Green+Blue) = 97+108+174=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #616CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616CAE is #9E9351. Grayscale: #6F6F6F. Windows color (decimal): -10392402 or 11431009. OLE color: 11431009.

HSL color Cylindrical-coordinate representation of color #616CAE: hue angle of 231.43º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #616CAE is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 108 174 -
CMYK 0.44 0.38 0 0.32
HSL 231.43º 0.32% 0.53% -
HSV(B) 231.43º 0.44% 0.68% -
XYZ 17.93 16.32 42.25 -
YUV 112.24 162.86 117.13 -
System Red Green Blue C M Y K H S L
Decimal 97 108 174 0.44 0.38 0 0.32 231.43 0.32 0.53
Hex 61 6C AE 2C 26 0 20 E7 20 35
Octal 141 154 256 54 46 0 40 347 40 65
Binary 1100001 1101100 10101110 101100 100110 0 100000 11100111 100000 110101

Color Harmonies of #616CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616CAE

Black with #616CAE

Text Example


Text Example

White with #616CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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