Html Css Color HEX #6280BF Havelock Blue

📋 copy color: '#6280BF'

red 98 ◦ green 128 ◦ blue 191

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

Shades of Havelock Blue #6280BF

Tints of Havelock Blue #6280BF

RGB

 RED value IS 98 (38.67% from 255) = 23.5%

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

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

R = 23.5%
G = 30.7%
B = 45.8%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6280BF (or 0x6280BF) is known color: Havelock Blue. HEX triplet: 62, 80 and BF. RGB value is (98,128,191). Sum of RGB (Red+Green+Blue) = 98+128+191=417 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.50% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #6280BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6280BF is #9D7F40. Grayscale: #7D7D7D. Windows color (decimal): -10321729 or 12550242. OLE color: 12550242.

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

Color convert

RGB 98 128 191 -
CMYK 0.49 0.33 0 0.25
HSL 220.65º 0.42% 0.57% -
HSV(B) 220.65º 0.49% 0.75% -
XYZ 22.16 21.8 52.33 -
YUV 126.21 164.56 107.88 -
System Red Green Blue C M Y K H S L
Decimal 98 128 191 0.49 0.33 0 0.25 220.65 0.42 0.57
Hex 62 80 BF 31 21 0 19 DD 2A 39
Octal 142 200 277 61 41 0 31 335 52 71
Binary 1100010 10000000 10111111 110001 100001 0 11001 11011101 101010 111001

Color Harmonies of #6280BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6280BF

Black with #6280BF

Text Example


Text Example

White with #6280BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,128,191); }

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

background-color css

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

 a { background-color: rgb(98,128,191); }

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

border-color css

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

 span { border-color: rgb(98,128,191); }

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