Html Css Color HEX #616CBE Chetwode Blue

📋 copy color: '#616CBE'

red 97 ◦ green 108 ◦ blue 190

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

Shades of Chetwode Blue #616CBE

Tints of Chetwode Blue #616CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.1%

R = 24.56%
G = 27.34%
B = 48.1%

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

#616CBE (or 0x616CBE) is known color: Chetwode Blue. HEX triplet: 61, 6C and BE. RGB value is (97,108,190). Sum of RGB (Red+Green+Blue) = 97+108+190=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #616CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616CBE is #9E9341. Grayscale: #717171. Windows color (decimal): -10392386 or 12479585. OLE color: 12479585.

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

Color convert

RGB 97 108 190 -
CMYK 0.49 0.43 0 0.25
HSL 232.9º 0.42% 0.56% -
HSV(B) 232.9º 0.49% 0.75% -
XYZ 19.59 16.98 50.96 -
YUV 114.06 170.86 115.83 -
System Red Green Blue C M Y K H S L
Decimal 97 108 190 0.49 0.43 0 0.25 232.9 0.42 0.56
Hex 61 6C BE 31 2B 0 19 E9 2A 38
Octal 141 154 276 61 53 0 31 351 52 70
Binary 1100001 1101100 10111110 110001 101011 0 11001 11101001 101010 111000

Color Harmonies of #616CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616CBE

Black with #616CBE

Text Example


Text Example

White with #616CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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