Html Css Color HEX #6280BE Havelock Blue

📋 copy color: '#6280BE'

red 98 ◦ green 128 ◦ blue 190

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

Shades of Havelock Blue #6280BE

Tints of Havelock Blue #6280BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 23.56%
G = 30.77%
B = 45.67%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6280BE (or 0x6280BE) is known color: Havelock Blue. HEX triplet: 62, 80 and BE. RGB value is (98,128,190). Sum of RGB (Red+Green+Blue) = 98+128+190=416 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.56% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #6280BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6280BE is #9D7F41. Grayscale: #7D7D7D. Windows color (decimal): -10321730 or 12484706. OLE color: 12484706.

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

Color convert

RGB 98 128 190 -
CMYK 0.48 0.33 0 0.25
HSL 220.43º 0.41% 0.56% -
HSV(B) 220.43º 0.48% 0.75% -
XYZ 22.05 21.75 51.75 -
YUV 126.1 164.06 107.96 -
System Red Green Blue C M Y K H S L
Decimal 98 128 190 0.48 0.33 0 0.25 220.43 0.41 0.56
Hex 62 80 BE 30 21 0 19 DC 29 38
Octal 142 200 276 60 41 0 31 334 51 70
Binary 1100010 10000000 10111110 110000 100001 0 11001 11011100 101001 111000

Color Harmonies of #6280BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6280BE

Black with #6280BE

Text Example


Text Example

White with #6280BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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