Html Css Color HEX #607AC1 Havelock Blue

📋 copy color: '#607AC1'

red 96 ◦ green 122 ◦ blue 193

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

Shades of Havelock Blue #607AC1

Tints of Havelock Blue #607AC1

RGB

 RED value IS 96 (37.89% from 255) = 23.36%

 GREEN value IS 122 (48.05% from 255) = 29.68%

 BLUE value IS 193 (75.78% from 255) = 46.96%

R = 23.36%
G = 29.68%
B = 46.96%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#607AC1 (or 0x607AC1) is known color: Havelock Blue. HEX triplet: 60, 7A and C1. RGB value is (96,122,193). Sum of RGB (Red+Green+Blue) = 96+122+193=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #607AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607AC1 is #9F853E. Grayscale: #7A7A7A. Windows color (decimal): -10454335 or 12679776. OLE color: 12679776.

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

Color convert

RGB 96 122 193 -
CMYK 0.50 0.37 0 0.24
HSL 223.92º 0.44% 0.57% -
HSV(B) 223.92º 0.5% 0.76% -
XYZ 21.41 20.26 53.23 -
YUV 122.32 167.89 109.23 -
System Red Green Blue C M Y K H S L
Decimal 96 122 193 0.50 0.37 0 0.24 223.92 0.44 0.57
Hex 60 7A C1 32 25 0 18 E0 2C 39
Octal 140 172 301 62 45 0 30 340 54 71
Binary 1100000 1111010 11000001 110010 100101 0 11000 11100000 101100 111001

Color Harmonies of #607AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607AC1

Black with #607AC1

Text Example


Text Example

White with #607AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #607AC1;
 }
 .AnyTagClassName
 {
   color: #607AC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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