Html Css Color HEX #607EBA Havelock Blue

📋 copy color: '#607EBA'

red 96 ◦ green 126 ◦ blue 186

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

Shades of Havelock Blue #607EBA

Tints of Havelock Blue #607EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.88%

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

R = 23.53%
G = 30.88%
B = 45.59%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#607EBA (or 0x607EBA) is known color: Havelock Blue. HEX triplet: 60, 7E and BA. RGB value is (96,126,186). Sum of RGB (Red+Green+Blue) = 96+126+186=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #607EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607EBA is #9F8145. Grayscale: #7B7B7B. Windows color (decimal): -10453318 or 12222048. OLE color: 12222048.

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

Color convert

RGB 96 126 186 -
CMYK 0.48 0.32 0 0.27
HSL 220º 0.39% 0.55% -
HSV(B) 220º 0.48% 0.73% -
XYZ 21.15 20.95 49.38 -
YUV 123.87 163.06 108.12 -
System Red Green Blue C M Y K H S L
Decimal 96 126 186 0.48 0.32 0 0.27 220 0.39 0.55
Hex 60 7E BA 30 20 0 1B DC 27 37
Octal 140 176 272 60 40 0 33 334 47 67
Binary 1100000 1111110 10111010 110000 100000 0 11011 11011100 100111 110111

Color Harmonies of #607EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607EBA

Black with #607EBA

Text Example


Text Example

White with #607EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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