Html Css Color HEX #617EC4 Havelock Blue

📋 copy color: '#617EC4'

red 97 ◦ green 126 ◦ blue 196

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

Shades of Havelock Blue #617EC4

Tints of Havelock Blue #617EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.78%

R = 23.15%
G = 30.07%
B = 46.78%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#617EC4 (or 0x617EC4) is known color: Havelock Blue. HEX triplet: 61, 7E and C4. RGB value is (97,126,196). Sum of RGB (Red+Green+Blue) = 97+126+196=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 196 (76.95% from 255 or 46.78% from 419); Max value from RGB is 196 - color contains mainly: blue. Hex color #617EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617EC4 is #9E813B. Grayscale: #7C7C7C. Windows color (decimal): -10387772 or 12877409. OLE color: 12877409.

HSL color Cylindrical-coordinate representation of color #617EC4: hue angle of 222.42º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #617EC4 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 97 126 196 -
CMYK 0.51 0.36 0 0.23
HSL 222.42º 0.46% 0.57% -
HSV(B) 222.42º 0.51% 0.77% -
XYZ 22.35 21.45 55.19 -
YUV 125.31 167.89 107.81 -
System Red Green Blue C M Y K H S L
Decimal 97 126 196 0.51 0.36 0 0.23 222.42 0.46 0.57
Hex 61 7E C4 33 24 0 17 DE 2E 39
Octal 141 176 304 63 44 0 27 336 56 71
Binary 1100001 1111110 11000100 110011 100100 0 10111 11011110 101110 111001

Color Harmonies of #617EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617EC4

Black with #617EC4

Text Example


Text Example

White with #617EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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