#6594CE

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

Shades of Picton Blue #6594CE

Tints of Picton Blue #6594CE

Color information

#6594CE (or 0x6594CE) is unknown color: approx Picton Blue. HEX triplet: 65, 94 and CE. RGB value is (101,148,206). Sum of RGB (Red+Green+Blue) = 101+148+206=455 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.20% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #6594CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6594CE is #9A6B31. Grayscale: #8C8C8C. Windows color (decimal): -10119986 or 13538405. OLE color: 13538405.

HSL color Cylindrical-coordinate representation of color #6594CE: hue angle of 213.14º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6594CE is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB101148206-
CMYK0.510.2800.19
HSL213.14º51.72%60.2%-
HSV(B)213.14º50.97%80.78%-
XYZ27.128.462.45-
YUV140.56164.9399.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.20%
GREEN value IS 148 (58.20% from 255) = 32.53%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=22.20%
G=32.53%
B=45.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1011482060.510.2800.19213.1451.7260.2
Hex6594CE331C013d5343c
Octal14522431663340233256474
Binary110010110010100110011101100111110001001111010101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6594CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6594CE; }

 p { color: rgb(101,148,206); }

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

<style>
 a { background-color: #6594CE; }

 a { background-color: rgb(101,148,206); }

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

<style>
 span { border-color: #6594CE; }

 span { border-color: rgb(101,148,206); }

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