Html Css Color HEX #607BB0 Havelock Blue

📋 copy color: '#607BB0'

red 96 ◦ green 123 ◦ blue 176

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

Shades of Havelock Blue #607BB0

Tints of Havelock Blue #607BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.56%

R = 24.3%
G = 31.14%
B = 44.56%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#607BB0 (or 0x607BB0) is known color: Havelock Blue. HEX triplet: 60, 7B and B0. RGB value is (96,123,176). Sum of RGB (Red+Green+Blue) = 96+123+176=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 176 - color contains mainly: blue. Hex color #607BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607BB0 is #9F844F. Grayscale: #787878. Windows color (decimal): -10454096 or 11565920. OLE color: 11565920.

HSL color Cylindrical-coordinate representation of color #607BB0: hue angle of 219.75º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #607BB0 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 123 176 -
CMYK 0.45 0.30 0 0.31
HSL 219.75º 0.34% 0.53% -
HSV(B) 219.75º 0.45% 0.69% -
XYZ 19.74 19.79 43.85 -
YUV 120.97 159.05 110.19 -
System Red Green Blue C M Y K H S L
Decimal 96 123 176 0.45 0.30 0 0.31 219.75 0.34 0.53
Hex 60 7B B0 2D 1E 0 1F DC 22 35
Octal 140 173 260 55 36 0 37 334 42 65
Binary 1100000 1111011 10110000 101101 11110 0 11111 11011100 100010 110101

Color Harmonies of #607BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607BB0

Black with #607BB0

Text Example


Text Example

White with #607BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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