#617BC3

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

Shades of Havelock Blue #617BC3

Tints of Havelock Blue #617BC3

Color information

#617BC3 (or 0x617BC3) is unknown color: approx Havelock Blue. HEX triplet: 61, 7B and C3. RGB value is (97,123,195). Sum of RGB (Red+Green+Blue) = 97+123+195=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 195 - color contains mainly: blue. Hex color #617BC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BC3 is #9E843C. Grayscale: #7B7B7B. Windows color (decimal): -10388541 or 12811105. OLE color: 12811105.

HSL color Cylindrical-coordinate representation of color #617BC3: hue angle of 224.08º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #617BC3 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB97123195-
CMYK0.500.3700.24
HSL224.08º44.95%57.25%-
HSV(B)224.08º50.26%76.47%-
XYZ21.8620.6554.46-
YUV123.43168.39109.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.37%
GREEN value IS 123 (48.44% from 255) = 29.64%
BLUE value IS 195 (76.56% from 255) = 46.99%
R=23.37%
G=29.64%
B=46.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971231950.500.3700.24224.0844.9557.25
Hex617BC33225018e02d39
Octal14117330362450303405571
Binary110000111110111100001111001010010101100011100000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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