Html Css Color HEX #616CBB Chetwode Blue

📋 copy color: '#616CBB'

red 97 ◦ green 108 ◦ blue 187

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

Shades of Chetwode Blue #616CBB

Tints of Chetwode Blue #616CBB

RGB

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

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

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

R = 24.74%
G = 27.55%
B = 47.7%

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

#616CBB (or 0x616CBB) is known color: Chetwode Blue. HEX triplet: 61, 6C and BB. RGB value is (97,108,187). Sum of RGB (Red+Green+Blue) = 97+108+187=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #616CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616CBB is #9E9344. Grayscale: #717171. Windows color (decimal): -10392389 or 12282977. OLE color: 12282977.

HSL color Cylindrical-coordinate representation of color #616CBB: hue angle of 232.67º 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 #616CBB is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 108 187 -
CMYK 0.48 0.42 0 0.27
HSL 232.67º 0.4% 0.56% -
HSV(B) 232.67º 0.48% 0.73% -
XYZ 19.26 16.85 49.25 -
YUV 113.72 169.36 116.08 -
System Red Green Blue C M Y K H S L
Decimal 97 108 187 0.48 0.42 0 0.27 232.67 0.4 0.56
Hex 61 6C BB 30 2A 0 1B E9 28 38
Octal 141 154 273 60 52 0 33 351 50 70
Binary 1100001 1101100 10111011 110000 101010 0 11011 11101001 101000 111000

Color Harmonies of #616CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616CBB

Black with #616CBB

Text Example


Text Example

White with #616CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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