Html Css Color HEX #617EBA Havelock Blue

📋 copy color: '#617EBA'

red 97 ◦ green 126 ◦ blue 186

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

Shades of Havelock Blue #617EBA

Tints of Havelock Blue #617EBA

RGB

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

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

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

R = 23.72%
G = 30.81%
B = 45.48%

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

#617EBA (or 0x617EBA) is known color: Havelock Blue. HEX triplet: 61, 7E and BA. RGB value is (97,126,186). Sum of RGB (Red+Green+Blue) = 97+126+186=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #617EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617EBA is #9E8145. Grayscale: #7B7B7B. Windows color (decimal): -10387782 or 12222049. OLE color: 12222049.

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

Color convert

RGB 97 126 186 -
CMYK 0.48 0.32 0 0.27
HSL 220.45º 0.39% 0.55% -
HSV(B) 220.45º 0.48% 0.73% -
XYZ 21.25 21.01 49.39 -
YUV 124.17 162.89 108.62 -
System Red Green Blue C M Y K H S L
Decimal 97 126 186 0.48 0.32 0 0.27 220.45 0.39 0.55
Hex 61 7E BA 30 20 0 1B DC 27 37
Octal 141 176 272 60 40 0 33 334 47 67
Binary 1100001 1111110 10111010 110000 100000 0 11011 11011100 100111 110111

Color Harmonies of #617EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617EBA

Black with #617EBA

Text Example


Text Example

White with #617EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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