Html Css Color HEX #616DBF Chetwode Blue

📋 copy color: '#616DBF'

red 97 ◦ green 109 ◦ blue 191

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

Shades of Chetwode Blue #616DBF

Tints of Chetwode Blue #616DBF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.46%

 BLUE value IS 191 (75% from 255) = 48.11%

R = 24.43%
G = 27.46%
B = 48.11%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#616DBF (or 0x616DBF) is known color: Chetwode Blue. HEX triplet: 61, 6D and BF. RGB value is (97,109,191). Sum of RGB (Red+Green+Blue) = 97+109+191=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #616DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616DBF is #9E9240. Grayscale: #727272. Windows color (decimal): -10392129 or 12545377. OLE color: 12545377.

HSL color Cylindrical-coordinate representation of color #616DBF: hue angle of 232.34º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #616DBF is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 109 191 -
CMYK 0.49 0.43 0 0.25
HSL 232.34º 0.42% 0.56% -
HSV(B) 232.34º 0.49% 0.75% -
XYZ 19.8 17.24 51.57 -
YUV 114.76 171.02 115.33 -
System Red Green Blue C M Y K H S L
Decimal 97 109 191 0.49 0.43 0 0.25 232.34 0.42 0.56
Hex 61 6D BF 31 2B 0 19 E8 2A 38
Octal 141 155 277 61 53 0 31 350 52 70
Binary 1100001 1101101 10111111 110001 101011 0 11001 11101000 101010 111000

Color Harmonies of #616DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616DBF

Black with #616DBF

Text Example


Text Example

White with #616DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,109,191); }

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

background-color css

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

 a { background-color: rgb(97,109,191); }

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

border-color css

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

 span { border-color: rgb(97,109,191); }

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