Html Css Color HEX #6282C0 Havelock Blue

📋 copy color: '#6282C0'

red 98 ◦ green 130 ◦ blue 192

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

Shades of Havelock Blue #6282C0

Tints of Havelock Blue #6282C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.71%

R = 23.33%
G = 30.95%
B = 45.71%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6282C0 (or 0x6282C0) is known color: Havelock Blue. HEX triplet: 62, 82 and C0. RGB value is (98,130,192). Sum of RGB (Red+Green+Blue) = 98+130+192=420 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.33% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #6282C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6282C0 is #9D7D3F. Grayscale: #7F7F7F. Windows color (decimal): -10321216 or 12616290. OLE color: 12616290.

HSL color Cylindrical-coordinate representation of color #6282C0: hue angle of 219.57º degrees, saturation: 0.43, 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 #6282C0 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 130 192 -
CMYK 0.49 0.32 0 0.25
HSL 219.57º 0.43% 0.57% -
HSV(B) 219.57º 0.49% 0.75% -
XYZ 22.53 22.37 53 -
YUV 127.5 164.4 106.96 -
System Red Green Blue C M Y K H S L
Decimal 98 130 192 0.49 0.32 0 0.25 219.57 0.43 0.57
Hex 62 82 C0 31 20 0 19 DC 2B 39
Octal 142 202 300 61 40 0 31 334 53 71
Binary 1100010 10000010 11000000 110001 100000 0 11001 11011100 101011 111001

Color Harmonies of #6282C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6282C0

Black with #6282C0

Text Example


Text Example

White with #6282C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6282C0; }

 p { color: rgb(98,130,192); }

 H1.HeaderClassName
 {
   color: #6282C0;
 }
 .AnyTagClassName
 {
   color: #6282C0;
 }
</style>

background-color css

<style>
 a { background-color: #6282C0; }

 a { background-color: rgb(98,130,192); }

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

border-color css

<style>
 span { border-color: #6282C0; }

 span { border-color: rgb(98,130,192); }

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