#6381C1

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

Shades of Havelock Blue #6381C1

Tints of Havelock Blue #6381C1

Color information

#6381C1 (or 0x6381C1) is unknown color: approx Havelock Blue. HEX triplet: 63, 81 and C1. RGB value is (99,129,193). Sum of RGB (Red+Green+Blue) = 99+129+193=421 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.52% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #6381C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6381C1 is #9C7E3E. Grayscale: #7F7F7F. Windows color (decimal): -10255935 or 12681571. OLE color: 12681571.

HSL color Cylindrical-coordinate representation of color #6381C1: hue angle of 220.85º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6381C1 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB99129193-
CMYK0.490.3300.24
HSL220.85º43.12%57.25%-
HSV(B)220.85º48.7%75.69%-
XYZ22.6222.253.55-
YUV127.33165.06107.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.52%
GREEN value IS 129 (50.78% from 255) = 30.64%
BLUE value IS 193 (75.78% from 255) = 45.84%
R=23.52%
G=30.64%
B=45.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal991291930.490.3300.24220.8543.1257.25
Hex6381C13121018dd2b39
Octal14320130161410303355371
Binary1100011100000011100000111000110000101100011011101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6381C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6381C1; }

 p { color: rgb(99,129,193); }

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

<style>
 a { background-color: #6381C1; }

 a { background-color: rgb(99,129,193); }

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

<style>
 span { border-color: #6381C1; }

 span { border-color: rgb(99,129,193); }

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