Html Css Color HEX #607EBC Havelock Blue

📋 copy color: '#607EBC'

red 96 ◦ green 126 ◦ blue 188

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

Shades of Havelock Blue #607EBC

Tints of Havelock Blue #607EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.85%

R = 23.41%
G = 30.73%
B = 45.85%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#607EBC (or 0x607EBC) is known color: Havelock Blue. HEX triplet: 60, 7E and BC. RGB value is (96,126,188). Sum of RGB (Red+Green+Blue) = 96+126+188=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #607EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607EBC is #9F8143. Grayscale: #7B7B7B. Windows color (decimal): -10453316 or 12353120. OLE color: 12353120.

HSL color Cylindrical-coordinate representation of color #607EBC: hue angle of 220.43º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #607EBC is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 126 188 -
CMYK 0.49 0.33 0 0.26
HSL 220.43º 0.41% 0.56% -
HSV(B) 220.43º 0.49% 0.74% -
XYZ 21.36 21.04 50.51 -
YUV 124.1 164.06 107.96 -
System Red Green Blue C M Y K H S L
Decimal 96 126 188 0.49 0.33 0 0.26 220.43 0.41 0.56
Hex 60 7E BC 31 21 0 1A DC 29 38
Octal 140 176 274 61 41 0 32 334 51 70
Binary 1100000 1111110 10111100 110001 100001 0 11010 11011100 101001 111000

Color Harmonies of #607EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607EBC

Black with #607EBC

Text Example


Text Example

White with #607EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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