Html Css Color HEX #617DB6 Havelock Blue

📋 copy color: '#617DB6'

red 97 ◦ green 125 ◦ blue 182

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

Shades of Havelock Blue #617DB6

Tints of Havelock Blue #617DB6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.94%

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

R = 24.01%
G = 30.94%
B = 45.05%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#617DB6 (or 0x617DB6) is known color: Havelock Blue. HEX triplet: 61, 7D and B6. RGB value is (97,125,182). Sum of RGB (Red+Green+Blue) = 97+125+182=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #617DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617DB6 is #9E8249. Grayscale: #7A7A7A. Windows color (decimal): -10388042 or 11959649. OLE color: 11959649.

HSL color Cylindrical-coordinate representation of color #617DB6: hue angle of 220.24º 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 #617DB6 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 97 125 182 -
CMYK 0.47 0.31 0 0.29
HSL 220.24º 0.37% 0.55% -
HSV(B) 220.24º 0.47% 0.71% -
XYZ 20.71 20.59 47.14 -
YUV 123.13 161.22 109.37 -
System Red Green Blue C M Y K H S L
Decimal 97 125 182 0.47 0.31 0 0.29 220.24 0.37 0.55
Hex 61 7D B6 2F 1F 0 1D DC 25 37
Octal 141 175 266 57 37 0 35 334 45 67
Binary 1100001 1111101 10110110 101111 11111 0 11101 11011100 100101 110111

Color Harmonies of #617DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617DB6

Black with #617DB6

Text Example


Text Example

White with #617DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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