#617BBE

Color #617BBE Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #617BBE

Tints of Havelock Blue #617BBE

Color information

#617BBE (or 0x617BBE) is unknown color: approx Havelock Blue. HEX triplet: 61, 7B and BE. RGB value is (97,123,190). Sum of RGB (Red+Green+Blue) = 97+123+190=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #617BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BBE is #9E8441. Grayscale: #7A7A7A. Windows color (decimal): -10388546 or 12483425. OLE color: 12483425.

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

Color convert

RGB97123190-
CMYK0.490.3500.25
HSL223.23º41.7%56.27%-
HSV(B)223.23º48.95%74.51%-
XYZ21.3120.4351.53-
YUV122.86165.89109.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.66%
GREEN value IS 123 (48.44% from 255) = 30%
BLUE value IS 190 (74.61% from 255) = 46.34%
R=23.66%
G=30%
B=46.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971231900.490.3500.25223.2341.756.27
Hex617BBE3123019df2a38
Octal14117327661430313375270
Binary110000111110111011111011000110001101100111011111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617BBE; }

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

 H1.HeaderClassName
 {
   color: #617BBE;
 }
 .AnyTagClassName
 {
   color: #617BBE;
 }
</style>
background-color css

<style>
 a { background-color: #617BBE; }

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

 div.DivClassName
 {
   background-color: #617BBE;
 }
 .BgClassName
 {
   background-color: #617BBE;
 }
</style>
border-color css

<style>
 span { border-color: #617BBE; }

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

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