#649ECD

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

Shades of Picton Blue #649ECD

Tints of Picton Blue #649ECD

Color information

#649ECD (or 0x649ECD) is unknown color: approx Picton Blue. HEX triplet: 64, 9E and CD. RGB value is (100,158,205). Sum of RGB (Red+Green+Blue) = 100+158+205=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #649ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649ECD is #9B6132. Grayscale: #919191. Windows color (decimal): -10182963 or 13475428. OLE color: 13475428.

HSL color Cylindrical-coordinate representation of color #649ECD: hue angle of 206.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #649ECD is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100158205-
CMYK0.510.2300.20
HSL206.86º51.22%59.8%-
HSV(B)206.86º51.22%80.39%-
XYZ28.531.5762.35-
YUV146.02161.2895.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.60%
GREEN value IS 158 (62.11% from 255) = 34.13%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=21.60%
G=34.13%
B=44.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001582050.510.2300.20206.8651.2259.8
Hex649ECD3317014cf333c
Octal14423631563270243176374
Binary110010010011110110011011100111011101010011001111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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