Html Css Color HEX #607CBA Havelock Blue

📋 copy color: '#607CBA'

red 96 ◦ green 124 ◦ blue 186

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

Shades of Havelock Blue #607CBA

Tints of Havelock Blue #607CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 23.65%
G = 30.54%
B = 45.81%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#607CBA (or 0x607CBA) is known color: Havelock Blue. HEX triplet: 60, 7C and BA. RGB value is (96,124,186). Sum of RGB (Red+Green+Blue) = 96+124+186=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #607CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607CBA is #9F8345. Grayscale: #7A7A7A. Windows color (decimal): -10453830 or 12221536. OLE color: 12221536.

HSL color Cylindrical-coordinate representation of color #607CBA: hue angle of 221.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #607CBA is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 124 186 -
CMYK 0.48 0.33 0 0.27
HSL 221.33º 0.39% 0.55% -
HSV(B) 221.33º 0.48% 0.73% -
XYZ 20.89 20.45 49.3 -
YUV 122.7 163.72 108.96 -
System Red Green Blue C M Y K H S L
Decimal 96 124 186 0.48 0.33 0 0.27 221.33 0.39 0.55
Hex 60 7C BA 30 21 0 1B DD 27 37
Octal 140 174 272 60 41 0 33 335 47 67
Binary 1100000 1111100 10111010 110000 100001 0 11011 11011101 100111 110111

Color Harmonies of #607CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607CBA

Black with #607CBA

Text Example


Text Example

White with #607CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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