Html Css Color HEX #6480D5 Havelock Blue

📋 copy color: '#6480D5'

red 100 ◦ green 128 ◦ blue 213

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

Shades of Havelock Blue #6480D5

Tints of Havelock Blue #6480D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.3%

R = 22.68%
G = 29.02%
B = 48.3%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6480D5 (or 0x6480D5) is known color: Havelock Blue. HEX triplet: 64, 80 and D5. RGB value is (100,128,213). Sum of RGB (Red+Green+Blue) = 100+128+213=441 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.68% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #6480D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6480D5 is #9B7F2A. Grayscale: #808080. Windows color (decimal): -10190635 or 13992036. OLE color: 13992036.

HSL color Cylindrical-coordinate representation of color #6480D5: hue angle of 225.13º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6480D5 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 128 213 -
CMYK 0.53 0.40 0 0.16
HSL 225.13º 0.57% 0.61% -
HSV(B) 225.13º 0.53% 0.84% -
XYZ 24.98 22.95 66.06 -
YUV 129.32 175.22 107.09 -
System Red Green Blue C M Y K H S L
Decimal 100 128 213 0.53 0.40 0 0.16 225.13 0.57 0.61
Hex 64 80 D5 35 28 0 10 E1 39 3D
Octal 144 200 325 65 50 0 20 341 71 75
Binary 1100100 10000000 11010101 110101 101000 0 10000 11100001 111001 111101

Color Harmonies of #6480D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6480D5

Black with #6480D5

Text Example


Text Example

White with #6480D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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