Html Css Color HEX #607BAC Havelock Blue

📋 copy color: '#607BAC'

red 96 ◦ green 123 ◦ blue 172

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

Shades of Havelock Blue #607BAC

Tints of Havelock Blue #607BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.99%

R = 24.55%
G = 31.46%
B = 43.99%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#607BAC (or 0x607BAC) is known color: Havelock Blue. HEX triplet: 60, 7B and AC. RGB value is (96,123,172). Sum of RGB (Red+Green+Blue) = 96+123+172=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #607BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607BAC is #9F8453. Grayscale: #787878. Windows color (decimal): -10454100 or 11303776. OLE color: 11303776.

HSL color Cylindrical-coordinate representation of color #607BAC: hue angle of 218.68º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #607BAC is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 123 172 -
CMYK 0.44 0.28 0 0.33
HSL 218.68º 0.31% 0.53% -
HSV(B) 218.68º 0.44% 0.67% -
XYZ 19.35 19.63 41.8 -
YUV 120.51 157.05 110.52 -
System Red Green Blue C M Y K H S L
Decimal 96 123 172 0.44 0.28 0 0.33 218.68 0.31 0.53
Hex 60 7B AC 2C 1C 0 21 DB 1F 35
Octal 140 173 254 54 34 0 41 333 37 65
Binary 1100000 1111011 10101100 101100 11100 0 100001 11011011 11111 110101

Color Harmonies of #607BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607BAC

Black with #607BAC

Text Example


Text Example

White with #607BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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