Html Css Color HEX #617DB8 Havelock Blue

📋 copy color: '#617DB8'

red 97 ◦ green 125 ◦ blue 184

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

Shades of Havelock Blue #617DB8

Tints of Havelock Blue #617DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.32%

R = 23.89%
G = 30.79%
B = 45.32%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#617DB8 (or 0x617DB8) is known color: Havelock Blue. HEX triplet: 61, 7D and B8. RGB value is (97,125,184). Sum of RGB (Red+Green+Blue) = 97+125+184=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 184 (72.27% from 255 or 45.32% from 406); Max value from RGB is 184 - color contains mainly: blue. Hex color #617DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617DB8 is #9E8247. Grayscale: #7B7B7B. Windows color (decimal): -10388040 or 12090721. OLE color: 12090721.

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

Color convert

RGB 97 125 184 -
CMYK 0.47 0.32 0 0.28
HSL 220.69º 0.38% 0.55% -
HSV(B) 220.69º 0.47% 0.72% -
XYZ 20.92 20.67 48.23 -
YUV 123.35 162.22 109.2 -
System Red Green Blue C M Y K H S L
Decimal 97 125 184 0.47 0.32 0 0.28 220.69 0.38 0.55
Hex 61 7D B8 2F 20 0 1C DD 26 37
Octal 141 175 270 57 40 0 34 335 46 67
Binary 1100001 1111101 10111000 101111 100000 0 11100 11011101 100110 110111

Color Harmonies of #617DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617DB8

Black with #617DB8

Text Example


Text Example

White with #617DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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