Html Css Color HEX #6280BC Havelock Blue

📋 copy color: '#6280BC'

red 98 ◦ green 128 ◦ blue 188

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

Shades of Havelock Blue #6280BC

Tints of Havelock Blue #6280BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.41%

R = 23.67%
G = 30.92%
B = 45.41%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6280BC (or 0x6280BC) is known color: Havelock Blue. HEX triplet: 62, 80 and BC. RGB value is (98,128,188). Sum of RGB (Red+Green+Blue) = 98+128+188=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #6280BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6280BC is #9D7F43. Grayscale: #7D7D7D. Windows color (decimal): -10321732 or 12353634. OLE color: 12353634.

HSL color Cylindrical-coordinate representation of color #6280BC: hue angle of 220º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6280BC is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 128 188 -
CMYK 0.48 0.32 0 0.26
HSL 220º 0.4% 0.56% -
HSV(B) 220º 0.48% 0.74% -
XYZ 21.83 21.67 50.61 -
YUV 125.87 163.06 108.12 -
System Red Green Blue C M Y K H S L
Decimal 98 128 188 0.48 0.32 0 0.26 220 0.4 0.56
Hex 62 80 BC 30 20 0 1A DC 28 38
Octal 142 200 274 60 40 0 32 334 50 70
Binary 1100010 10000000 10111100 110000 100000 0 11010 11011100 101000 111000

Color Harmonies of #6280BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6280BC

Black with #6280BC

Text Example


Text Example

White with #6280BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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