Html Css Color HEX #617CCF Havelock Blue

📋 copy color: '#617CCF'

red 97 ◦ green 124 ◦ blue 207

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

Shades of Havelock Blue #617CCF

Tints of Havelock Blue #617CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.36%

R = 22.66%
G = 28.97%
B = 48.36%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#617CCF (or 0x617CCF) is known color: Havelock Blue. HEX triplet: 61, 7C and CF. RGB value is (97,124,207). Sum of RGB (Red+Green+Blue) = 97+124+207=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #617CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617CCF is #9E8330. Grayscale: #7D7D7D. Windows color (decimal): -10388273 or 13597793. OLE color: 13597793.

HSL color Cylindrical-coordinate representation of color #617CCF: hue angle of 225.27º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #617CCF is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 124 207 -
CMYK 0.53 0.40 0 0.19
HSL 225.27º 0.53% 0.6% -
HSV(B) 225.27º 0.53% 0.81% -
XYZ 23.4 21.46 61.94 -
YUV 125.39 174.05 107.75 -
System Red Green Blue C M Y K H S L
Decimal 97 124 207 0.53 0.40 0 0.19 225.27 0.53 0.6
Hex 61 7C CF 35 28 0 13 E1 35 3C
Octal 141 174 317 65 50 0 23 341 65 74
Binary 1100001 1111100 11001111 110101 101000 0 10011 11100001 110101 111100

Color Harmonies of #617CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617CCF

Black with #617CCF

Text Example


Text Example

White with #617CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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