Html Css Color HEX #617BD4 Havelock Blue

📋 copy color: '#617BD4'

red 97 ◦ green 123 ◦ blue 212

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

Shades of Havelock Blue #617BD4

Tints of Havelock Blue #617BD4

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.47%

 BLUE value IS 212 (83.2% from 255) = 49.07%

R = 22.45%
G = 28.47%
B = 49.07%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#617BD4 (or 0x617BD4) is known color: Havelock Blue. HEX triplet: 61, 7B and D4. RGB value is (97,123,212). Sum of RGB (Red+Green+Blue) = 97+123+212=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 212 (83.20% from 255 or 49.07% from 432); Max value from RGB is 212 - color contains mainly: blue. Hex color #617BD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BD4 is #9E842B. Grayscale: #7C7C7C. Windows color (decimal): -10388524 or 13925217. OLE color: 13925217.

HSL color Cylindrical-coordinate representation of color #617BD4: hue angle of 226.43º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #617BD4 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 97 123 212 -
CMYK 0.54 0.42 0 0.17
HSL 226.43º 0.57% 0.61% -
HSV(B) 226.43º 0.54% 0.83% -
XYZ 23.9 21.46 65.17 -
YUV 125.37 176.89 107.76 -
System Red Green Blue C M Y K H S L
Decimal 97 123 212 0.54 0.42 0 0.17 226.43 0.57 0.61
Hex 61 7B D4 36 2A 0 11 E2 39 3D
Octal 141 173 324 66 52 0 21 342 71 75
Binary 1100001 1111011 11010100 110110 101010 0 10001 11100010 111001 111101

Color Harmonies of #617BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617BD4

Black with #617BD4

Text Example


Text Example

White with #617BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,123,212); }

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

background-color css

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

 a { background-color: rgb(97,123,212); }

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

border-color css

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

 span { border-color: rgb(97,123,212); }

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