Html Css Color HEX #616FAD Chetwode Blue

📋 copy color: '#616FAD'

red 97 ◦ green 111 ◦ blue 173

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

Shades of Chetwode Blue #616FAD

Tints of Chetwode Blue #616FAD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.13%

 BLUE value IS 173 (67.97% from 255) = 45.41%

R = 25.46%
G = 29.13%
B = 45.41%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#616FAD (or 0x616FAD) is known color: Chetwode Blue. HEX triplet: 61, 6F and AD. RGB value is (97,111,173). Sum of RGB (Red+Green+Blue) = 97+111+173=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #616FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616FAD is #9E9052. Grayscale: #717171. Windows color (decimal): -10391635 or 11366241. OLE color: 11366241.

HSL color Cylindrical-coordinate representation of color #616FAD: hue angle of 228.95º 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 #616FAD is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 111 173 -
CMYK 0.44 0.36 0 0.32
HSL 228.95º 0.32% 0.53% -
HSV(B) 228.95º 0.44% 0.68% -
XYZ 18.16 16.93 41.85 -
YUV 113.88 161.36 115.96 -
System Red Green Blue C M Y K H S L
Decimal 97 111 173 0.44 0.36 0 0.32 228.95 0.32 0.53
Hex 61 6F AD 2C 24 0 20 E5 20 35
Octal 141 157 255 54 44 0 40 345 40 65
Binary 1100001 1101111 10101101 101100 100100 0 100000 11100101 100000 110101

Color Harmonies of #616FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616FAD

Black with #616FAD

Text Example


Text Example

White with #616FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,111,173); }

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

background-color css

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

 a { background-color: rgb(97,111,173); }

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

border-color css

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

 span { border-color: rgb(97,111,173); }

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