Html Css Color HEX #617EBD Havelock Blue

📋 copy color: '#617EBD'

red 97 ◦ green 126 ◦ blue 189

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

Shades of Havelock Blue #617EBD

Tints of Havelock Blue #617EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.87%

R = 23.54%
G = 30.58%
B = 45.87%

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

#617EBD (or 0x617EBD) is known color: Havelock Blue. HEX triplet: 61, 7E and BD. RGB value is (97,126,189). Sum of RGB (Red+Green+Blue) = 97+126+189=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #617EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617EBD is #9E8142. Grayscale: #7C7C7C. Windows color (decimal): -10387779 or 12418657. OLE color: 12418657.

HSL color Cylindrical-coordinate representation of color #617EBD: hue angle of 221.09º 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 #617EBD is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 126 189 -
CMYK 0.49 0.33 0 0.26
HSL 221.09º 0.41% 0.56% -
HSV(B) 221.09º 0.49% 0.74% -
XYZ 21.58 21.14 51.09 -
YUV 124.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 97 126 189 0.49 0.33 0 0.26 221.09 0.41 0.56
Hex 61 7E BD 31 21 0 1A DD 29 38
Octal 141 176 275 61 41 0 32 335 51 70
Binary 1100001 1111110 10111101 110001 100001 0 11010 11011101 101001 111000

Color Harmonies of #617EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617EBD

Black with #617EBD

Text Example


Text Example

White with #617EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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