Html Css Color HEX #607AC0 Havelock Blue

📋 copy color: '#607AC0'

red 96 ◦ green 122 ◦ blue 192

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

Shades of Havelock Blue #607AC0

Tints of Havelock Blue #607AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.83%

R = 23.41%
G = 29.76%
B = 46.83%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#607AC0 (or 0x607AC0) is known color: Havelock Blue. HEX triplet: 60, 7A and C0. RGB value is (96,122,192). Sum of RGB (Red+Green+Blue) = 96+122+192=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 192 - color contains mainly: blue. Hex color #607AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607AC0 is #9F853F. Grayscale: #797979. Windows color (decimal): -10454336 or 12614240. OLE color: 12614240.

HSL color Cylindrical-coordinate representation of color #607AC0: hue angle of 223.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #607AC0 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 122 192 -
CMYK 0.50 0.36 0 0.25
HSL 223.75º 0.43% 0.56% -
HSV(B) 223.75º 0.5% 0.75% -
XYZ 21.3 20.21 52.65 -
YUV 122.21 167.39 109.31 -
System Red Green Blue C M Y K H S L
Decimal 96 122 192 0.50 0.36 0 0.25 223.75 0.43 0.56
Hex 60 7A C0 32 24 0 19 E0 2B 38
Octal 140 172 300 62 44 0 31 340 53 70
Binary 1100000 1111010 11000000 110010 100100 0 11001 11100000 101011 111000

Color Harmonies of #607AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607AC0

Black with #607AC0

Text Example


Text Example

White with #607AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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