#649AD7

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

Shades of Picton Blue #649AD7

Tints of Picton Blue #649AD7

Color information

#649AD7 (or 0x649AD7) is unknown color: approx Picton Blue. HEX triplet: 64, 9A and D7. RGB value is (100,154,215). Sum of RGB (Red+Green+Blue) = 100+154+215=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #649AD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649AD7 is #9B6528. Grayscale: #909090. Windows color (decimal): -10183977 or 14129764. OLE color: 14129764.

HSL color Cylindrical-coordinate representation of color #649AD7: hue angle of 211.83º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #649AD7 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB100154215-
CMYK0.530.2800.16
HSL211.83º58.97%61.76%-
HSV(B)211.83º53.49%84.31%-
XYZ29.0830.7368.69-
YUV144.81167.6196.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.32%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 215 (84.38% from 255) = 45.84%
R=21.32%
G=32.84%
B=45.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1001542150.530.2800.16211.8358.9761.76
Hex649AD7351C010d43b3e
Octal14423232765340203247376
Binary110010010011010110101111101011110001000011010100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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