Html Css Color HEX #616DBB Chetwode Blue

📋 copy color: '#616DBB'

red 97 ◦ green 109 ◦ blue 187

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

Shades of Chetwode Blue #616DBB

Tints of Chetwode Blue #616DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.58%

R = 24.68%
G = 27.74%
B = 47.58%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#616DBB (or 0x616DBB) is known color: Chetwode Blue. HEX triplet: 61, 6D and BB. RGB value is (97,109,187). Sum of RGB (Red+Green+Blue) = 97+109+187=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #616DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616DBB is #9E9244. Grayscale: #717171. Windows color (decimal): -10392133 or 12283233. OLE color: 12283233.

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

Color convert

RGB 97 109 187 -
CMYK 0.48 0.42 0 0.27
HSL 232º 0.4% 0.56% -
HSV(B) 232º 0.48% 0.73% -
XYZ 19.37 17.07 49.29 -
YUV 114.3 169.02 115.66 -
System Red Green Blue C M Y K H S L
Decimal 97 109 187 0.48 0.42 0 0.27 232 0.4 0.56
Hex 61 6D BB 30 2A 0 1B E8 28 38
Octal 141 155 273 60 52 0 33 350 50 70
Binary 1100001 1101101 10111011 110000 101010 0 11011 11101000 101000 111000

Color Harmonies of #616DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616DBB

Black with #616DBB

Text Example


Text Example

White with #616DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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