#6383D1

Color #6383D1 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #6383D1

Tints of Havelock Blue #6383D1

Color information

#6383D1 (or 0x6383D1) is unknown color: approx Havelock Blue. HEX triplet: 63, 83 and D1. RGB value is (99,131,209). Sum of RGB (Red+Green+Blue) = 99+131+209=439 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.55% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 209 (82.03% from 255 or 47.61% from 439); Max value from RGB is 209 - color contains mainly: blue. Hex color #6383D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6383D1 is #9C7C2E. Grayscale: #818181. Windows color (decimal): -10255407 or 13730659. OLE color: 13730659.

HSL color Cylindrical-coordinate representation of color #6383D1: hue angle of 222.55º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6383D1 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB99131209-
CMYK0.530.3700.18
HSL222.55º54.46%60.39%-
HSV(B)222.55º52.63%81.96%-
XYZ24.7723.4963.55-
YUV130.32172.4105.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.55%
GREEN value IS 131 (51.56% from 255) = 29.84%
BLUE value IS 209 (82.03% from 255) = 47.61%
R=22.55%
G=29.84%
B=47.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal991312090.530.3700.18222.5554.4660.39
Hex6383D13525012df363c
Octal14320332165450223376674
Binary1100011100000111101000111010110010101001011011111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6383D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6383D1; }

 p { color: rgb(99,131,209); }

 H1.HeaderClassName
 {
   color: #6383D1;
 }
 .AnyTagClassName
 {
   color: #6383D1;
 }
</style>
background-color css

<style>
 a { background-color: #6383D1; }

 a { background-color: rgb(99,131,209); }

 div.DivClassName
 {
   background-color: #6383D1;
 }
 .BgClassName
 {
   background-color: #6383D1;
 }
</style>
border-color css

<style>
 span { border-color: #6383D1; }

 span { border-color: rgb(99,131,209); }

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