Html Css Color HEX #6480BA Havelock Blue

📋 copy color: '#6480BA'

red 100 ◦ green 128 ◦ blue 186

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

Shades of Havelock Blue #6480BA

Tints of Havelock Blue #6480BA

RGB

 RED value IS 100 (39.45% from 255) = 24.15%

 GREEN value IS 128 (50.39% from 255) = 30.92%

 BLUE value IS 186 (73.05% from 255) = 44.93%

R = 24.15%
G = 30.92%
B = 44.93%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6480BA (or 0x6480BA) is known color: Havelock Blue. HEX triplet: 64, 80 and BA. RGB value is (100,128,186). Sum of RGB (Red+Green+Blue) = 100+128+186=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #6480BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6480BA is #9B7F45. Grayscale: #7D7D7D. Windows color (decimal): -10190662 or 12222564. OLE color: 12222564.

HSL color Cylindrical-coordinate representation of color #6480BA: hue angle of 220.47º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6480BA is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 128 186 -
CMYK 0.46 0.31 0 0.27
HSL 220.47º 0.38% 0.56% -
HSV(B) 220.47º 0.46% 0.73% -
XYZ 21.84 21.69 49.49 -
YUV 126.24 161.72 109.28 -
System Red Green Blue C M Y K H S L
Decimal 100 128 186 0.46 0.31 0 0.27 220.47 0.38 0.56
Hex 64 80 BA 2E 1F 0 1B DC 26 38
Octal 144 200 272 56 37 0 33 334 46 70
Binary 1100100 10000000 10111010 101110 11111 0 11011 11011100 100110 111000

Color Harmonies of #6480BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6480BA

Black with #6480BA

Text Example


Text Example

White with #6480BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6480BA; }

 p { color: rgb(100,128,186); }

 H1.HeaderClassName
 {
   color: #6480BA;
 }
 .AnyTagClassName
 {
   color: #6480BA;
 }
</style>

background-color css

<style>
 a { background-color: #6480BA; }

 a { background-color: rgb(100,128,186); }

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

border-color css

<style>
 span { border-color: #6480BA; }

 span { border-color: rgb(100,128,186); }

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