Html Css Color HEX #617CB6 Havelock Blue

📋 copy color: '#617CB6'

red 97 ◦ green 124 ◦ blue 182

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

Shades of Havelock Blue #617CB6

Tints of Havelock Blue #617CB6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.77%

 BLUE value IS 182 (71.48% from 255) = 45.16%

R = 24.07%
G = 30.77%
B = 45.16%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#617CB6 (or 0x617CB6) is known color: Havelock Blue. HEX triplet: 61, 7C and B6. RGB value is (97,124,182). Sum of RGB (Red+Green+Blue) = 97+124+182=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 182 - color contains mainly: blue. Hex color #617CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617CB6 is #9E8349. Grayscale: #7A7A7A. Windows color (decimal): -10388298 or 11959393. OLE color: 11959393.

HSL color Cylindrical-coordinate representation of color #617CB6: hue angle of 220.94º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #617CB6 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 97 124 182 -
CMYK 0.47 0.32 0 0.29
HSL 220.94º 0.37% 0.55% -
HSV(B) 220.94º 0.47% 0.71% -
XYZ 20.58 20.33 47.1 -
YUV 122.54 161.55 109.78 -
System Red Green Blue C M Y K H S L
Decimal 97 124 182 0.47 0.32 0 0.29 220.94 0.37 0.55
Hex 61 7C B6 2F 20 0 1D DD 25 37
Octal 141 174 266 57 40 0 35 335 45 67
Binary 1100001 1111100 10110110 101111 100000 0 11101 11011101 100101 110111

Color Harmonies of #617CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617CB6

Black with #617CB6

Text Example


Text Example

White with #617CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,124,182); }

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

background-color css

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

 a { background-color: rgb(97,124,182); }

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

border-color css

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

 span { border-color: rgb(97,124,182); }

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