#6394D0

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

Shades of Picton Blue #6394D0

Tints of Picton Blue #6394D0

Color information

#6394D0 (or 0x6394D0) is unknown color: approx Picton Blue. HEX triplet: 63, 94 and D0. RGB value is (99,148,208). Sum of RGB (Red+Green+Blue) = 99+148+208=455 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.76% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #6394D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6394D0 is #9C6B2F. Grayscale: #8B8B8B. Windows color (decimal): -10251056 or 13669475. OLE color: 13669475.

HSL color Cylindrical-coordinate representation of color #6394D0: hue angle of 213.03º 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 #6394D0 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB99148208-
CMYK0.520.2900.18
HSL213.03º53.69%60.2%-
HSV(B)213.03º52.4%81.57%-
XYZ27.1228.3963.72-
YUV140.19166.2798.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.76%
GREEN value IS 148 (58.20% from 255) = 32.53%
BLUE value IS 208 (81.64% from 255) = 45.71%
R=21.76%
G=32.53%
B=45.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal991482080.520.2900.18213.0353.6960.2
Hex6394D0341D012d5363c
Octal14322432064350223256674
Binary110001110010100110100001101001110101001011010101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6394D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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