#6383D0

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

Shades of Havelock Blue #6383D0

Tints of Havelock Blue #6383D0

Color information

#6383D0 (or 0x6383D0) is unknown color: approx Havelock Blue. HEX triplet: 63, 83 and D0. RGB value is (99,131,208). Sum of RGB (Red+Green+Blue) = 99+131+208=438 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.60% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #6383D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6383D0 is #9C7C2F. Grayscale: #818181. Windows color (decimal): -10255408 or 13665123. OLE color: 13665123.

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

Color convert

RGB99131208-
CMYK0.520.3700.18
HSL222.39º53.69%60.2%-
HSV(B)222.39º52.4%81.57%-
XYZ24.6523.4462.9-
YUV130.21171.9105.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.60%
GREEN value IS 131 (51.56% from 255) = 29.91%
BLUE value IS 208 (81.64% from 255) = 47.49%
R=22.60%
G=29.91%
B=47.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal991312080.520.3700.18222.3953.6960.2
Hex6383D03425012de363c
Octal14320332064450223366674
Binary1100011100000111101000011010010010101001011011110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6383D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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