Html Css Color HEX #616BB1 Chetwode Blue

📋 copy color: '#616BB1'

red 97 ◦ green 107 ◦ blue 177

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

Shades of Chetwode Blue #616BB1

Tints of Chetwode Blue #616BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 46.46%

R = 25.46%
G = 28.08%
B = 46.46%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#616BB1 (or 0x616BB1) is known color: Chetwode Blue. HEX triplet: 61, 6B and B1. RGB value is (97,107,177). Sum of RGB (Red+Green+Blue) = 97+107+177=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #616BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616BB1 is #9E944E. Grayscale: #6F6F6F. Windows color (decimal): -10392655 or 11627361. OLE color: 11627361.

HSL color Cylindrical-coordinate representation of color #616BB1: hue angle of 232.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #616BB1 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 107 177 -
CMYK 0.45 0.40 0 0.31
HSL 232.5º 0.34% 0.54% -
HSV(B) 232.5º 0.45% 0.69% -
XYZ 18.12 16.23 43.77 -
YUV 111.99 164.69 117.31 -
System Red Green Blue C M Y K H S L
Decimal 97 107 177 0.45 0.40 0 0.31 232.5 0.34 0.54
Hex 61 6B B1 2D 28 0 1F E8 22 36
Octal 141 153 261 55 50 0 37 350 42 66
Binary 1100001 1101011 10110001 101101 101000 0 11111 11101000 100010 110110

Color Harmonies of #616BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616BB1

Black with #616BB1

Text Example


Text Example

White with #616BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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