Html Css Color HEX #6282CC Havelock Blue

📋 copy color: '#6282CC'

red 98 ◦ green 130 ◦ blue 204

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

Shades of Havelock Blue #6282CC

Tints of Havelock Blue #6282CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.22%

R = 22.69%
G = 30.09%
B = 47.22%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6282CC (or 0x6282CC) is known color: Havelock Blue. HEX triplet: 62, 82 and CC. RGB value is (98,130,204). Sum of RGB (Red+Green+Blue) = 98+130+204=432 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.69% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #6282CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6282CC is #9D7D33. Grayscale: #808080. Windows color (decimal): -10321204 or 13402722. OLE color: 13402722.

HSL color Cylindrical-coordinate representation of color #6282CC: hue angle of 221.89º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6282CC is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 130 204 -
CMYK 0.52 0.36 0 0.2
HSL 221.89º 0.51% 0.59% -
HSV(B) 221.89º 0.52% 0.8% -
XYZ 23.92 22.92 60.29 -
YUV 128.87 170.4 105.98 -
System Red Green Blue C M Y K H S L
Decimal 98 130 204 0.52 0.36 0 0.2 221.89 0.51 0.59
Hex 62 82 CC 34 24 0 14 DE 33 3B
Octal 142 202 314 64 44 0 24 336 63 73
Binary 1100010 10000010 11001100 110100 100100 0 10100 11011110 110011 111011

Color Harmonies of #6282CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6282CC

Black with #6282CC

Text Example


Text Example

White with #6282CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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