Html Css Color HEX #616FBA Chetwode Blue

📋 copy color: '#616FBA'

red 97 ◦ green 111 ◦ blue 186

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

Shades of Chetwode Blue #616FBA

Tints of Chetwode Blue #616FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.17%

 BLUE value IS 186 (73.05% from 255) = 47.21%

R = 24.62%
G = 28.17%
B = 47.21%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#616FBA (or 0x616FBA) is known color: Chetwode Blue. HEX triplet: 61, 6F and BA. RGB value is (97,111,186). Sum of RGB (Red+Green+Blue) = 97+111+186=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #616FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616FBA is #9E9045. Grayscale: #737373. Windows color (decimal): -10391622 or 12218209. OLE color: 12218209.

HSL color Cylindrical-coordinate representation of color #616FBA: hue angle of 230.56º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #616FBA is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 111 186 -
CMYK 0.48 0.40 0 0.27
HSL 230.56º 0.39% 0.55% -
HSV(B) 230.56º 0.48% 0.73% -
XYZ 19.48 17.46 48.8 -
YUV 115.36 167.86 114.9 -
System Red Green Blue C M Y K H S L
Decimal 97 111 186 0.48 0.40 0 0.27 230.56 0.39 0.55
Hex 61 6F BA 30 28 0 1B E7 27 37
Octal 141 157 272 60 50 0 33 347 47 67
Binary 1100001 1101111 10111010 110000 101000 0 11011 11100111 100111 110111

Color Harmonies of #616FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616FBA

Black with #616FBA

Text Example


Text Example

White with #616FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,111,186); }

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

background-color css

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

 a { background-color: rgb(97,111,186); }

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

border-color css

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

 span { border-color: rgb(97,111,186); }

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