#6494CE

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

Shades of Picton Blue #6494CE

Tints of Picton Blue #6494CE

Color information

#6494CE (or 0x6494CE) is unknown color: approx Picton Blue. HEX triplet: 64, 94 and CE. RGB value is (100,148,206). Sum of RGB (Red+Green+Blue) = 100+148+206=454 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.03% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #6494CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6494CE is #9B6B31. Grayscale: #8B8B8B. Windows color (decimal): -10185522 or 13538404. OLE color: 13538404.

HSL color Cylindrical-coordinate representation of color #6494CE: hue angle of 212.83º 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 #6494CE is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB100148206-
CMYK0.510.2800.19
HSL212.83º51.96%60%-
HSV(B)212.83º51.46%80.78%-
XYZ26.9928.3562.44-
YUV140.26165.199.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.03%
GREEN value IS 148 (58.20% from 255) = 32.60%
BLUE value IS 206 (80.86% from 255) = 45.37%
R=22.03%
G=32.60%
B=45.37%

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
Decimal1001482060.510.2800.19212.8351.9660
Hex6494CE331C013d5343c
Octal14422431663340233256474
Binary110010010010100110011101100111110001001111010101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6494CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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