Html Css Color HEX #607BBA Havelock Blue

📋 copy color: '#607BBA'

red 96 ◦ green 123 ◦ blue 186

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

Shades of Havelock Blue #607BBA

Tints of Havelock Blue #607BBA

RGB

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

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

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

R = 23.7%
G = 30.37%
B = 45.93%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#607BBA (or 0x607BBA) is known color: Havelock Blue. HEX triplet: 60, 7B and BA. RGB value is (96,123,186). Sum of RGB (Red+Green+Blue) = 96+123+186=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #607BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BBA is #9F8445. Grayscale: #797979. Windows color (decimal): -10454086 or 12221280. OLE color: 12221280.

HSL color Cylindrical-coordinate representation of color #607BBA: hue angle of 222º 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 #607BBA is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 123 186 -
CMYK 0.48 0.34 0 0.27
HSL 222º 0.39% 0.55% -
HSV(B) 222º 0.48% 0.73% -
XYZ 20.77 20.2 49.26 -
YUV 122.11 164.05 109.38 -
System Red Green Blue C M Y K H S L
Decimal 96 123 186 0.48 0.34 0 0.27 222 0.39 0.55
Hex 60 7B BA 30 22 0 1B DE 27 37
Octal 140 173 272 60 42 0 33 336 47 67
Binary 1100000 1111011 10111010 110000 100010 0 11011 11011110 100111 110111

Color Harmonies of #607BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607BBA

Black with #607BBA

Text Example


Text Example

White with #607BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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