Html Css Color HEX #616BC1 Chetwode Blue

📋 copy color: '#616BC1'

red 97 ◦ green 107 ◦ blue 193

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

Shades of Chetwode Blue #616BC1

Tints of Chetwode Blue #616BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.61%

R = 24.43%
G = 26.95%
B = 48.61%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#616BC1 (or 0x616BC1) is known color: Chetwode Blue. HEX triplet: 61, 6B and C1. RGB value is (97,107,193). Sum of RGB (Red+Green+Blue) = 97+107+193=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #616BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616BC1 is #9E943E. Grayscale: #717171. Windows color (decimal): -10392639 or 12675937. OLE color: 12675937.

HSL color Cylindrical-coordinate representation of color #616BC1: hue angle of 233.75º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #616BC1 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 107 193 -
CMYK 0.50 0.45 0 0.24
HSL 233.75º 0.44% 0.57% -
HSV(B) 233.75º 0.5% 0.76% -
XYZ 19.81 16.91 52.67 -
YUV 113.81 172.69 116.01 -
System Red Green Blue C M Y K H S L
Decimal 97 107 193 0.50 0.45 0 0.24 233.75 0.44 0.57
Hex 61 6B C1 32 2D 0 18 EA 2C 39
Octal 141 153 301 62 55 0 30 352 54 71
Binary 1100001 1101011 11000001 110010 101101 0 11000 11101010 101100 111001

Color Harmonies of #616BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616BC1

Black with #616BC1

Text Example


Text Example

White with #616BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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