#649ACD

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

Shades of Picton Blue #649ACD

Tints of Picton Blue #649ACD

Color information

#649ACD (or 0x649ACD) is unknown color: approx Picton Blue. HEX triplet: 64, 9A and CD. RGB value is (100,154,205). Sum of RGB (Red+Green+Blue) = 100+154+205=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #649ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649ACD is #9B6532. Grayscale: #8F8F8F. Windows color (decimal): -10183987 or 13474404. OLE color: 13474404.

HSL color Cylindrical-coordinate representation of color #649ACD: hue angle of 209.14º 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 #649ACD is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100154205-
CMYK0.510.2500.20
HSL209.14º51.22%59.8%-
HSV(B)209.14º51.22%80.39%-
XYZ27.8330.2362.13-
YUV143.67162.6196.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.79%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=21.79%
G=33.55%
B=44.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001542050.510.2500.20209.1451.2259.8
Hex649ACD3319014d1333c
Octal14423231563310243216374
Binary110010010011010110011011100111100101010011010001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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