Html Css Color HEX #6286D7 Havelock Blue

📋 copy color: '#6286D7'

red 98 ◦ green 134 ◦ blue 215

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

Shades of Havelock Blue #6286D7

Tints of Havelock Blue #6286D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.1%

R = 21.92%
G = 29.98%
B = 48.1%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6286D7 (or 0x6286D7) is known color: Havelock Blue. HEX triplet: 62, 86 and D7. RGB value is (98,134,215). Sum of RGB (Red+Green+Blue) = 98+134+215=447 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.92% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 215 - color contains mainly: blue. Hex color #6286D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6286D7 is #9D7928. Grayscale: #848484. Windows color (decimal): -10320169 or 14124642. OLE color: 14124642.

HSL color Cylindrical-coordinate representation of color #6286D7: hue angle of 221.54º 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 #6286D7 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 98 134 215 -
CMYK 0.54 0.38 0 0.16
HSL 221.54º 0.59% 0.61% -
HSV(B) 221.54º 0.54% 0.84% -
XYZ 25.83 24.55 67.67 -
YUV 132.47 174.57 103.41 -
System Red Green Blue C M Y K H S L
Decimal 98 134 215 0.54 0.38 0 0.16 221.54 0.59 0.61
Hex 62 86 D7 36 26 0 10 DE 3B 3D
Octal 142 206 327 66 46 0 20 336 73 75
Binary 1100010 10000110 11010111 110110 100110 0 10000 11011110 111011 111101

Color Harmonies of #6286D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6286D7

Black with #6286D7

Text Example


Text Example

White with #6286D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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