Html Css Color HEX #607CAD Havelock Blue

📋 copy color: '#607CAD'

red 96 ◦ green 124 ◦ blue 173

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

Shades of Havelock Blue #607CAD

Tints of Havelock Blue #607CAD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.55%

 BLUE value IS 173 (67.97% from 255) = 44.02%

R = 24.43%
G = 31.55%
B = 44.02%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#607CAD (or 0x607CAD) is known color: Havelock Blue. HEX triplet: 60, 7C and AD. RGB value is (96,124,173). Sum of RGB (Red+Green+Blue) = 96+124+173=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #607CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607CAD is #9F8352. Grayscale: #787878. Windows color (decimal): -10453843 or 11369568. OLE color: 11369568.

HSL color Cylindrical-coordinate representation of color #607CAD: hue angle of 218.18º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #607CAD is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 124 173 -
CMYK 0.45 0.28 0 0.32
HSL 218.18º 0.32% 0.53% -
HSV(B) 218.18º 0.45% 0.68% -
XYZ 19.57 19.92 42.35 -
YUV 121.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 96 124 173 0.45 0.28 0 0.32 218.18 0.32 0.53
Hex 60 7C AD 2D 1C 0 20 DA 20 35
Octal 140 174 255 55 34 0 40 332 40 65
Binary 1100000 1111100 10101101 101101 11100 0 100000 11011010 100000 110101

Color Harmonies of #607CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607CAD

Black with #607CAD

Text Example


Text Example

White with #607CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,124,173); }

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

background-color css

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

 a { background-color: rgb(96,124,173); }

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

border-color css

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

 span { border-color: rgb(96,124,173); }

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