Html Css Color HEX #617BD0 Havelock Blue

📋 copy color: '#617BD0'

red 97 ◦ green 123 ◦ blue 208

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

Shades of Havelock Blue #617BD0

Tints of Havelock Blue #617BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.6%

R = 22.66%
G = 28.74%
B = 48.6%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#617BD0 (or 0x617BD0) is known color: Havelock Blue. HEX triplet: 61, 7B and D0. RGB value is (97,123,208). Sum of RGB (Red+Green+Blue) = 97+123+208=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #617BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BD0 is #9E842F. Grayscale: #7C7C7C. Windows color (decimal): -10388528 or 13663073. OLE color: 13663073.

HSL color Cylindrical-coordinate representation of color #617BD0: hue angle of 225.95º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #617BD0 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 123 208 -
CMYK 0.53 0.41 0 0.18
HSL 225.95º 0.54% 0.6% -
HSV(B) 225.95º 0.53% 0.82% -
XYZ 23.4 21.26 62.55 -
YUV 124.92 174.89 108.09 -
System Red Green Blue C M Y K H S L
Decimal 97 123 208 0.53 0.41 0 0.18 225.95 0.54 0.6
Hex 61 7B D0 35 29 0 12 E2 36 3C
Octal 141 173 320 65 51 0 22 342 66 74
Binary 1100001 1111011 11010000 110101 101001 0 10010 11100010 110110 111100

Color Harmonies of #617BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617BD0

Black with #617BD0

Text Example


Text Example

White with #617BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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