Html Css Color HEX #617BCF Havelock Blue

📋 copy color: '#617BCF'

red 97 ◦ green 123 ◦ blue 207

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

Shades of Havelock Blue #617BCF

Tints of Havelock Blue #617BCF

RGB

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

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

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

R = 22.72%
G = 28.81%
B = 48.48%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#617BCF (or 0x617BCF) is known color: Havelock Blue. HEX triplet: 61, 7B and CF. RGB value is (97,123,207). Sum of RGB (Red+Green+Blue) = 97+123+207=427 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.72% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #617BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BCF is #9E8430. Grayscale: #7C7C7C. Windows color (decimal): -10388529 or 13597537. OLE color: 13597537.

HSL color Cylindrical-coordinate representation of color #617BCF: hue angle of 225.82º 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 #617BCF is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 123 207 -
CMYK 0.53 0.41 0 0.19
HSL 225.82º 0.53% 0.6% -
HSV(B) 225.82º 0.53% 0.81% -
XYZ 23.28 21.21 61.9 -
YUV 124.8 174.39 108.17 -
System Red Green Blue C M Y K H S L
Decimal 97 123 207 0.53 0.41 0 0.19 225.82 0.53 0.6
Hex 61 7B CF 35 29 0 13 E2 35 3C
Octal 141 173 317 65 51 0 23 342 65 74
Binary 1100001 1111011 11001111 110101 101001 0 10011 11100010 110101 111100

Color Harmonies of #617BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617BCF

Black with #617BCF

Text Example


Text Example

White with #617BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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