Html Css Color HEX #616BAC Chetwode Blue

📋 copy color: '#616BAC'

red 97 ◦ green 107 ◦ blue 172

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

Shades of Chetwode Blue #616BAC

Tints of Chetwode Blue #616BAC

RGB

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

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

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

R = 25.8%
G = 28.46%
B = 45.74%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#616BAC (or 0x616BAC) is known color: Chetwode Blue. HEX triplet: 61, 6B and AC. RGB value is (97,107,172). Sum of RGB (Red+Green+Blue) = 97+107+172=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #616BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616BAC is #9E9453. Grayscale: #6F6F6F. Windows color (decimal): -10392660 or 11299681. OLE color: 11299681.

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

Color convert

RGB 97 107 172 -
CMYK 0.44 0.38 0 0.33
HSL 232º 0.31% 0.53% -
HSV(B) 232º 0.44% 0.67% -
XYZ 17.63 16.04 41.2 -
YUV 111.42 162.19 117.71 -
System Red Green Blue C M Y K H S L
Decimal 97 107 172 0.44 0.38 0 0.33 232 0.31 0.53
Hex 61 6B AC 2C 26 0 21 E8 1F 35
Octal 141 153 254 54 46 0 41 350 37 65
Binary 1100001 1101011 10101100 101100 100110 0 100001 11101000 11111 110101

Color Harmonies of #616BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616BAC

Black with #616BAC

Text Example


Text Example

White with #616BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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