Html Css Color HEX #607BAD Havelock Blue

📋 copy color: '#607BAD'

red 96 ◦ green 123 ◦ blue 173

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

Shades of Havelock Blue #607BAD

Tints of Havelock Blue #607BAD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.38%

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

R = 24.49%
G = 31.38%
B = 44.13%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#607BAD (or 0x607BAD) is known color: Havelock Blue. HEX triplet: 60, 7B and AD. RGB value is (96,123,173). Sum of RGB (Red+Green+Blue) = 96+123+173=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #607BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607BAD is #9F8452. Grayscale: #787878. Windows color (decimal): -10454099 or 11369312. OLE color: 11369312.

HSL color Cylindrical-coordinate representation of color #607BAD: hue angle of 218.96º 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 #607BAD is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 123 173 -
CMYK 0.45 0.29 0 0.32
HSL 218.96º 0.32% 0.53% -
HSV(B) 218.96º 0.45% 0.68% -
XYZ 19.45 19.67 42.31 -
YUV 120.63 157.55 110.43 -
System Red Green Blue C M Y K H S L
Decimal 96 123 173 0.45 0.29 0 0.32 218.96 0.32 0.53
Hex 60 7B AD 2D 1D 0 20 DB 20 35
Octal 140 173 255 55 35 0 40 333 40 65
Binary 1100000 1111011 10101101 101101 11101 0 100000 11011011 100000 110101

Color Harmonies of #607BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607BAD

Black with #607BAD

Text Example


Text Example

White with #607BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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