Html Css Color HEX #6480CA Havelock Blue

📋 copy color: '#6480CA'

red 100 ◦ green 128 ◦ blue 202

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

Shades of Havelock Blue #6480CA

Tints of Havelock Blue #6480CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 23.26%
G = 29.77%
B = 46.98%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6480CA (or 0x6480CA) is known color: Havelock Blue. HEX triplet: 64, 80 and CA. RGB value is (100,128,202). Sum of RGB (Red+Green+Blue) = 100+128+202=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #6480CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6480CA is #9B7F35. Grayscale: #7F7F7F. Windows color (decimal): -10190646 or 13271140. OLE color: 13271140.

HSL color Cylindrical-coordinate representation of color #6480CA: hue angle of 223.53º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6480CA is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 128 202 -
CMYK 0.50 0.37 0 0.21
HSL 223.53º 0.49% 0.59% -
HSV(B) 223.53º 0.5% 0.79% -
XYZ 23.64 22.41 58.96 -
YUV 128.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 100 128 202 0.50 0.37 0 0.21 223.53 0.49 0.59
Hex 64 80 CA 32 25 0 15 E0 31 3B
Octal 144 200 312 62 45 0 25 340 61 73
Binary 1100100 10000000 11001010 110010 100101 0 10101 11100000 110001 111011

Color Harmonies of #6480CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6480CA

Black with #6480CA

Text Example


Text Example

White with #6480CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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