#649EDE

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

Shades of Picton Blue #649EDE

Tints of Picton Blue #649EDE

Color information

#649EDE (or 0x649EDE) is unknown color: approx Picton Blue. HEX triplet: 64, 9E and DE. RGB value is (100,158,222). Sum of RGB (Red+Green+Blue) = 100+158+222=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #649EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649EDE is #9B6121. Grayscale: #939393. Windows color (decimal): -10182946 or 14589540. OLE color: 14589540.

HSL color Cylindrical-coordinate representation of color #649EDE: hue angle of 211.48º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #649EDE is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB100158222-
CMYK0.550.2900.13
HSL211.48º64.89%63.14%-
HSV(B)211.48º54.95%87.06%-
XYZ30.6732.4473.75-
YUV147.95169.7893.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.83%
GREEN value IS 158 (62.11% from 255) = 32.92%
BLUE value IS 222 (87.11% from 255) = 46.25%
R=20.83%
G=32.92%
B=46.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001582220.550.2900.13211.4864.8963.14
Hex649EDE371D0Dd3413f
Octal144236336673501532310177
Binary110010010011110110111101101111110101101110100111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649EDE; }

 p { color: rgb(100,158,222); }

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

<style>
 a { background-color: #649EDE; }

 a { background-color: rgb(100,158,222); }

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

<style>
 span { border-color: #649EDE; }

 span { border-color: rgb(100,158,222); }

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