#607FC1

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

Shades of Havelock Blue #607FC1

Tints of Havelock Blue #607FC1

Color information

#607FC1 (or 0x607FC1) is unknown color: approx Havelock Blue. HEX triplet: 60, 7F and C1. RGB value is (96,127,193). Sum of RGB (Red+Green+Blue) = 96+127+193=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #607FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FC1 is #9F803E. Grayscale: #7C7C7C. Windows color (decimal): -10453055 or 12681056. OLE color: 12681056.

HSL color Cylindrical-coordinate representation of color #607FC1: hue angle of 220.82º degrees, saturation: 0.44, 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 #607FC1 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB96127193-
CMYK0.500.3400.24
HSL220.82º43.89%56.67%-
HSV(B)220.82º50.26%75.69%-
XYZ22.0421.5253.44-
YUV125.26166.23107.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.08%
GREEN value IS 127 (50% from 255) = 30.53%
BLUE value IS 193 (75.78% from 255) = 46.39%
R=23.08%
G=30.53%
B=46.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal961271930.500.3400.24220.8243.8956.67
Hex607FC13222018dd2c39
Octal14017730162420303355471
Binary110000011111111100000111001010001001100011011101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607FC1; }

 p { color: rgb(96,127,193); }

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

<style>
 a { background-color: #607FC1; }

 a { background-color: rgb(96,127,193); }

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

<style>
 span { border-color: #607FC1; }

 span { border-color: rgb(96,127,193); }

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