Html Css Color HEX #6286CF Havelock Blue

📋 copy color: '#6286CF'

red 98 ◦ green 134 ◦ blue 207

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

Shades of Havelock Blue #6286CF

Tints of Havelock Blue #6286CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 22.32%
G = 30.52%
B = 47.15%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6286CF (or 0x6286CF) is known color: Havelock Blue. HEX triplet: 62, 86 and CF. RGB value is (98,134,207). Sum of RGB (Red+Green+Blue) = 98+134+207=439 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.32% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #6286CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6286CF is #9D7930. Grayscale: #838383. Windows color (decimal): -10320177 or 13600354. OLE color: 13600354.

HSL color Cylindrical-coordinate representation of color #6286CF: hue angle of 220.18º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6286CF is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 134 207 -
CMYK 0.53 0.35 0 0.19
HSL 220.18º 0.53% 0.6% -
HSV(B) 220.18º 0.53% 0.81% -
XYZ 24.82 24.15 62.38 -
YUV 131.56 170.57 104.06 -
System Red Green Blue C M Y K H S L
Decimal 98 134 207 0.53 0.35 0 0.19 220.18 0.53 0.6
Hex 62 86 CF 35 23 0 13 DC 35 3C
Octal 142 206 317 65 43 0 23 334 65 74
Binary 1100010 10000110 11001111 110101 100011 0 10011 11011100 110101 111100

Color Harmonies of #6286CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6286CF

Black with #6286CF

Text Example


Text Example

White with #6286CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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