Html Css Color HEX #616DAC Chetwode Blue

📋 copy color: '#616DAC'

red 97 ◦ green 109 ◦ blue 172

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

Shades of Chetwode Blue #616DAC

Tints of Chetwode Blue #616DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.84%

 BLUE value IS 172 (67.58% from 255) = 45.5%

R = 25.66%
G = 28.84%
B = 45.5%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#616DAC (or 0x616DAC) is known color: Chetwode Blue. HEX triplet: 61, 6D and AC. RGB value is (97,109,172). Sum of RGB (Red+Green+Blue) = 97+109+172=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #616DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616DAC is #9E9253. Grayscale: #707070. Windows color (decimal): -10392148 or 11300193. OLE color: 11300193.

HSL color Cylindrical-coordinate representation of color #616DAC: hue angle of 230.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #616DAC is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 109 172 -
CMYK 0.44 0.37 0 0.33
HSL 230.4º 0.31% 0.53% -
HSV(B) 230.4º 0.44% 0.67% -
XYZ 17.84 16.46 41.27 -
YUV 112.59 161.52 116.88 -
System Red Green Blue C M Y K H S L
Decimal 97 109 172 0.44 0.37 0 0.33 230.4 0.31 0.53
Hex 61 6D AC 2C 25 0 21 E6 1F 35
Octal 141 155 254 54 45 0 41 346 37 65
Binary 1100001 1101101 10101100 101100 100101 0 100001 11100110 11111 110101

Color Harmonies of #616DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616DAC

Black with #616DAC

Text Example


Text Example

White with #616DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,109,172); }

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

background-color css

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

 a { background-color: rgb(97,109,172); }

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

border-color css

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

 span { border-color: rgb(97,109,172); }

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