Html Css Color HEX #617EBC Havelock Blue

📋 copy color: '#617EBC'

red 97 ◦ green 126 ◦ blue 188

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

Shades of Havelock Blue #617EBC

Tints of Havelock Blue #617EBC

RGB

 RED value IS 97 (38.28% from 255) = 23.6%

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

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

R = 23.6%
G = 30.66%
B = 45.74%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#617EBC (or 0x617EBC) is known color: Havelock Blue. HEX triplet: 61, 7E and BC. RGB value is (97,126,188). Sum of RGB (Red+Green+Blue) = 97+126+188=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #617EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617EBC is #9E8143. Grayscale: #7C7C7C. Windows color (decimal): -10387780 or 12353121. OLE color: 12353121.

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

Color convert

RGB 97 126 188 -
CMYK 0.48 0.33 0 0.26
HSL 220.88º 0.4% 0.56% -
HSV(B) 220.88º 0.48% 0.74% -
XYZ 21.47 21.09 50.52 -
YUV 124.4 163.89 108.46 -
System Red Green Blue C M Y K H S L
Decimal 97 126 188 0.48 0.33 0 0.26 220.88 0.4 0.56
Hex 61 7E BC 30 21 0 1A DD 28 38
Octal 141 176 274 60 41 0 32 335 50 70
Binary 1100001 1111110 10111100 110000 100001 0 11010 11011101 101000 111000

Color Harmonies of #617EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617EBC

Black with #617EBC

Text Example


Text Example

White with #617EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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