Html Css Color HEX #6286D6 Havelock Blue

📋 copy color: '#6286D6'

red 98 ◦ green 134 ◦ blue 214

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

Shades of Havelock Blue #6286D6

Tints of Havelock Blue #6286D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.98%

R = 21.97%
G = 30.04%
B = 47.98%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6286D6 (or 0x6286D6) is known color: Havelock Blue. HEX triplet: 62, 86 and D6. RGB value is (98,134,214). Sum of RGB (Red+Green+Blue) = 98+134+214=446 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.97% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 214 - color contains mainly: blue. Hex color #6286D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6286D6 is #9D7929. Grayscale: #848484. Windows color (decimal): -10320170 or 14059106. OLE color: 14059106.

HSL color Cylindrical-coordinate representation of color #6286D6: hue angle of 221.38º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6286D6 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 98 134 214 -
CMYK 0.54 0.37 0 0.16
HSL 221.38º 0.59% 0.61% -
HSV(B) 221.38º 0.54% 0.84% -
XYZ 25.7 24.5 66.99 -
YUV 132.36 174.07 103.5 -
System Red Green Blue C M Y K H S L
Decimal 98 134 214 0.54 0.37 0 0.16 221.38 0.59 0.61
Hex 62 86 D6 36 25 0 10 DD 3B 3D
Octal 142 206 326 66 45 0 20 335 73 75
Binary 1100010 10000110 11010110 110110 100101 0 10000 11011101 111011 111101

Color Harmonies of #6286D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6286D6

Black with #6286D6

Text Example


Text Example

White with #6286D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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