Html Css Color HEX #617CC6 Havelock Blue

📋 copy color: '#617CC6'

red 97 ◦ green 124 ◦ blue 198

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

Shades of Havelock Blue #617CC6

Tints of Havelock Blue #617CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.26%

R = 23.15%
G = 29.59%
B = 47.26%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#617CC6 (or 0x617CC6) is known color: Havelock Blue. HEX triplet: 61, 7C and C6. RGB value is (97,124,198). Sum of RGB (Red+Green+Blue) = 97+124+198=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #617CC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617CC6 is #9E8339. Grayscale: #7C7C7C. Windows color (decimal): -10388282 or 13007969. OLE color: 13007969.

HSL color Cylindrical-coordinate representation of color #617CC6: hue angle of 223.96º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #617CC6 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 124 198 -
CMYK 0.51 0.37 0 0.22
HSL 223.96º 0.47% 0.58% -
HSV(B) 223.96º 0.51% 0.78% -
XYZ 22.33 21.03 56.31 -
YUV 124.36 169.55 108.48 -
System Red Green Blue C M Y K H S L
Decimal 97 124 198 0.51 0.37 0 0.22 223.96 0.47 0.58
Hex 61 7C C6 33 25 0 16 E0 2F 3A
Octal 141 174 306 63 45 0 26 340 57 72
Binary 1100001 1111100 11000110 110011 100101 0 10110 11100000 101111 111010

Color Harmonies of #617CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617CC6

Black with #617CC6

Text Example


Text Example

White with #617CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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