Html Css Color HEX #6482BF Havelock Blue

📋 copy color: '#6482BF'

red 100 ◦ green 130 ◦ blue 191

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

Shades of Havelock Blue #6482BF

Tints of Havelock Blue #6482BF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.88%

 BLUE value IS 191 (75% from 255) = 45.37%

R = 23.75%
G = 30.88%
B = 45.37%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6482BF (or 0x6482BF) is known color: Havelock Blue. HEX triplet: 64, 82 and BF. RGB value is (100,130,191). Sum of RGB (Red+Green+Blue) = 100+130+191=421 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.75% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #6482BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6482BF is #9B7D40. Grayscale: #7F7F7F. Windows color (decimal): -10190145 or 12550756. OLE color: 12550756.

HSL color Cylindrical-coordinate representation of color #6482BF: hue angle of 220.22º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6482BF is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 130 191 -
CMYK 0.48 0.32 0 0.25
HSL 220.22º 0.42% 0.57% -
HSV(B) 220.22º 0.48% 0.75% -
XYZ 22.64 22.44 52.43 -
YUV 127.98 163.56 108.04 -
System Red Green Blue C M Y K H S L
Decimal 100 130 191 0.48 0.32 0 0.25 220.22 0.42 0.57
Hex 64 82 BF 30 20 0 19 DC 2A 39
Octal 144 202 277 60 40 0 31 334 52 71
Binary 1100100 10000010 10111111 110000 100000 0 11001 11011100 101010 111001

Color Harmonies of #6482BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6482BF

Black with #6482BF

Text Example


Text Example

White with #6482BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6482BF; }

 p { color: rgb(100,130,191); }

 H1.HeaderClassName
 {
   color: #6482BF;
 }
 .AnyTagClassName
 {
   color: #6482BF;
 }
</style>

background-color css

<style>
 a { background-color: #6482BF; }

 a { background-color: rgb(100,130,191); }

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

border-color css

<style>
 span { border-color: #6482BF; }

 span { border-color: rgb(100,130,191); }

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