Html Css Color HEX #616FBB Chetwode Blue

📋 copy color: '#616FBB'

red 97 ◦ green 111 ◦ blue 187

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

Shades of Chetwode Blue #616FBB

Tints of Chetwode Blue #616FBB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.1%

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

R = 24.56%
G = 28.1%
B = 47.34%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#616FBB (or 0x616FBB) is known color: Chetwode Blue. HEX triplet: 61, 6F and BB. RGB value is (97,111,187). Sum of RGB (Red+Green+Blue) = 97+111+187=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #616FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616FBB is #9E9044. Grayscale: #737373. Windows color (decimal): -10391621 or 12283745. OLE color: 12283745.

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

Color convert

RGB 97 111 187 -
CMYK 0.48 0.41 0 0.27
HSL 230.67º 0.4% 0.56% -
HSV(B) 230.67º 0.48% 0.73% -
XYZ 19.58 17.5 49.36 -
YUV 115.48 168.36 114.82 -
System Red Green Blue C M Y K H S L
Decimal 97 111 187 0.48 0.41 0 0.27 230.67 0.4 0.56
Hex 61 6F BB 30 29 0 1B E7 28 38
Octal 141 157 273 60 51 0 33 347 50 70
Binary 1100001 1101111 10111011 110000 101001 0 11011 11100111 101000 111000

Color Harmonies of #616FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616FBB

Black with #616FBB

Text Example


Text Example

White with #616FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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