Html Css Color HEX #616BAB Chetwode Blue

📋 copy color: '#616BAB'

red 97 ◦ green 107 ◦ blue 171

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

Shades of Chetwode Blue #616BAB

Tints of Chetwode Blue #616BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 25.87%
G = 28.53%
B = 45.6%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#616BAB (or 0x616BAB) is known color: Chetwode Blue. HEX triplet: 61, 6B and AB. RGB value is (97,107,171). Sum of RGB (Red+Green+Blue) = 97+107+171=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #616BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616BAB is #9E9454. Grayscale: #6F6F6F. Windows color (decimal): -10392661 or 11234145. OLE color: 11234145.

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

Color convert

RGB 97 107 171 -
CMYK 0.43 0.37 0 0.33
HSL 231.89º 0.31% 0.53% -
HSV(B) 231.89º 0.43% 0.67% -
XYZ 17.54 16 40.69 -
YUV 111.31 161.69 117.8 -
System Red Green Blue C M Y K H S L
Decimal 97 107 171 0.43 0.37 0 0.33 231.89 0.31 0.53
Hex 61 6B AB 2B 25 0 21 E8 1F 35
Octal 141 153 253 53 45 0 41 350 37 65
Binary 1100001 1101011 10101011 101011 100101 0 100001 11101000 11111 110101

Color Harmonies of #616BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616BAB

Black with #616BAB

Text Example


Text Example

White with #616BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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