Html Css Color HEX #616BAD Chetwode Blue

📋 copy color: '#616BAD'

red 97 ◦ green 107 ◦ blue 173

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

Shades of Chetwode Blue #616BAD

Tints of Chetwode Blue #616BAD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.38%

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

R = 25.73%
G = 28.38%
B = 45.89%

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

#616BAD (or 0x616BAD) is known color: Chetwode Blue. HEX triplet: 61, 6B and AD. RGB value is (97,107,173). Sum of RGB (Red+Green+Blue) = 97+107+173=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #616BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616BAD is #9E9452. Grayscale: #6F6F6F. Windows color (decimal): -10392659 or 11365217. OLE color: 11365217.

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

Color convert

RGB 97 107 173 -
CMYK 0.44 0.38 0 0.32
HSL 232.11º 0.32% 0.53% -
HSV(B) 232.11º 0.44% 0.68% -
XYZ 17.73 16.07 41.7 -
YUV 111.53 162.69 117.63 -
System Red Green Blue C M Y K H S L
Decimal 97 107 173 0.44 0.38 0 0.32 232.11 0.32 0.53
Hex 61 6B AD 2C 26 0 20 E8 20 35
Octal 141 153 255 54 46 0 40 350 40 65
Binary 1100001 1101011 10101101 101100 100110 0 100000 11101000 100000 110101

Color Harmonies of #616BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616BAD

Black with #616BAD

Text Example


Text Example

White with #616BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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