Html Css Color HEX #617CC2 Havelock Blue

📋 copy color: '#617CC2'

red 97 ◦ green 124 ◦ blue 194

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

Shades of Havelock Blue #617CC2

Tints of Havelock Blue #617CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.75%

R = 23.37%
G = 29.88%
B = 46.75%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#617CC2 (or 0x617CC2) is known color: Havelock Blue. HEX triplet: 61, 7C and C2. RGB value is (97,124,194). Sum of RGB (Red+Green+Blue) = 97+124+194=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 194 - color contains mainly: blue. Hex color #617CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617CC2 is #9E833D. Grayscale: #7B7B7B. Windows color (decimal): -10388286 or 12745825. OLE color: 12745825.

HSL color Cylindrical-coordinate representation of color #617CC2: hue angle of 223.3º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #617CC2 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 124 194 -
CMYK 0.50 0.36 0 0.24
HSL 223.3º 0.44% 0.57% -
HSV(B) 223.3º 0.5% 0.76% -
XYZ 21.88 20.85 53.91 -
YUV 123.91 167.55 108.81 -
System Red Green Blue C M Y K H S L
Decimal 97 124 194 0.50 0.36 0 0.24 223.3 0.44 0.57
Hex 61 7C C2 32 24 0 18 DF 2C 39
Octal 141 174 302 62 44 0 30 337 54 71
Binary 1100001 1111100 11000010 110010 100100 0 11000 11011111 101100 111001

Color Harmonies of #617CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617CC2

Black with #617CC2

Text Example


Text Example

White with #617CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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