Html Css Color HEX #616CBF Chetwode Blue

📋 copy color: '#616CBF'

red 97 ◦ green 108 ◦ blue 191

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

Shades of Chetwode Blue #616CBF

Tints of Chetwode Blue #616CBF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.27%

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

R = 24.49%
G = 27.27%
B = 48.23%

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

#616CBF (or 0x616CBF) is known color: Chetwode Blue. HEX triplet: 61, 6C and BF. RGB value is (97,108,191). Sum of RGB (Red+Green+Blue) = 97+108+191=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #616CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616CBF is #9E9340. Grayscale: #717171. Windows color (decimal): -10392385 or 12545121. OLE color: 12545121.

HSL color Cylindrical-coordinate representation of color #616CBF: hue angle of 232.98º 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 #616CBF is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 108 191 -
CMYK 0.49 0.43 0 0.25
HSL 232.98º 0.42% 0.56% -
HSV(B) 232.98º 0.49% 0.75% -
XYZ 19.7 17.03 51.54 -
YUV 114.17 171.36 115.75 -
System Red Green Blue C M Y K H S L
Decimal 97 108 191 0.49 0.43 0 0.25 232.98 0.42 0.56
Hex 61 6C BF 31 2B 0 19 E9 2A 38
Octal 141 154 277 61 53 0 31 351 52 70
Binary 1100001 1101100 10111111 110001 101011 0 11001 11101001 101010 111000

Color Harmonies of #616CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616CBF

Black with #616CBF

Text Example


Text Example

White with #616CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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