#657CCB

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

Shades of Havelock Blue #657CCB

Tints of Havelock Blue #657CCB

Color information

#657CCB (or 0x657CCB) is unknown color: approx Havelock Blue. HEX triplet: 65, 7C and CB. RGB value is (101,124,203). Sum of RGB (Red+Green+Blue) = 101+124+203=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #657CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657CCB is #9A8334. Grayscale: #7D7D7D. Windows color (decimal): -10126133 or 13335653. OLE color: 13335653.

HSL color Cylindrical-coordinate representation of color #657CCB: hue angle of 226.47º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #657CCB is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB101124203-
CMYK0.500.3900.20
HSL226.47º49.51%59.61%-
HSV(B)226.47º50.25%79.61%-
XYZ23.3521.4959.42-
YUV126.13171.38110.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.60%
GREEN value IS 124 (48.83% from 255) = 28.97%
BLUE value IS 203 (79.69% from 255) = 47.43%
R=23.60%
G=28.97%
B=47.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1011242030.500.3900.20226.4749.5159.61
Hex657CCB3227014e2323c
Octal14517431362470243426274
Binary110010111111001100101111001010011101010011100010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657CCB; }

 p { color: rgb(101,124,203); }

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

<style>
 a { background-color: #657CCB; }

 a { background-color: rgb(101,124,203); }

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

<style>
 span { border-color: #657CCB; }

 span { border-color: rgb(101,124,203); }

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