Html Css Color HEX #6286CC Havelock Blue

📋 copy color: '#6286CC'

red 98 ◦ green 134 ◦ blue 204

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

Shades of Havelock Blue #6286CC

Tints of Havelock Blue #6286CC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.73%

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

R = 22.48%
G = 30.73%
B = 46.79%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6286CC (or 0x6286CC) is known color: Havelock Blue. HEX triplet: 62, 86 and CC. RGB value is (98,134,204). Sum of RGB (Red+Green+Blue) = 98+134+204=436 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.48% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #6286CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6286CC is #9D7933. Grayscale: #828282. Windows color (decimal): -10320180 or 13403746. OLE color: 13403746.

HSL color Cylindrical-coordinate representation of color #6286CC: hue angle of 219.62º 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 #6286CC is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 134 204 -
CMYK 0.52 0.34 0 0.2
HSL 219.62º 0.51% 0.59% -
HSV(B) 219.62º 0.52% 0.8% -
XYZ 24.46 24.01 60.47 -
YUV 131.22 169.07 104.31 -
System Red Green Blue C M Y K H S L
Decimal 98 134 204 0.52 0.34 0 0.2 219.62 0.51 0.59
Hex 62 86 CC 34 22 0 14 DC 33 3B
Octal 142 206 314 64 42 0 24 334 63 73
Binary 1100010 10000110 11001100 110100 100010 0 10100 11011100 110011 111011

Color Harmonies of #6286CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6286CC

Black with #6286CC

Text Example


Text Example

White with #6286CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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