Html Css Color HEX #607BB2 Havelock Blue

📋 copy color: '#607BB2'

red 96 ◦ green 123 ◦ blue 178

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

Shades of Havelock Blue #607BB2

Tints of Havelock Blue #607BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.84%

R = 24.18%
G = 30.98%
B = 44.84%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#607BB2 (or 0x607BB2) is known color: Havelock Blue. HEX triplet: 60, 7B and B2. RGB value is (96,123,178). Sum of RGB (Red+Green+Blue) = 96+123+178=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 178 - color contains mainly: blue. Hex color #607BB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607BB2 is #9F844D. Grayscale: #787878. Windows color (decimal): -10454094 or 11696992. OLE color: 11696992.

HSL color Cylindrical-coordinate representation of color #607BB2: hue angle of 220.24º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #607BB2 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 96 123 178 -
CMYK 0.46 0.31 0 0.30
HSL 220.24º 0.35% 0.54% -
HSV(B) 220.24º 0.46% 0.7% -
XYZ 19.94 19.87 44.9 -
YUV 121.2 160.05 110.03 -
System Red Green Blue C M Y K H S L
Decimal 96 123 178 0.46 0.31 0 0.30 220.24 0.35 0.54
Hex 60 7B B2 2E 1F 0 1E DC 23 36
Octal 140 173 262 56 37 0 36 334 43 66
Binary 1100000 1111011 10110010 101110 11111 0 11110 11011100 100011 110110

Color Harmonies of #607BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607BB2

Black with #607BB2

Text Example


Text Example

White with #607BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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