#649BD1

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

Shades of Picton Blue #649BD1

Tints of Picton Blue #649BD1

Color information

#649BD1 (or 0x649BD1) is unknown color: approx Picton Blue. HEX triplet: 64, 9B and D1. RGB value is (100,155,209). Sum of RGB (Red+Green+Blue) = 100+155+209=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #649BD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649BD1 is #9B642E. Grayscale: #909090. Windows color (decimal): -10183727 or 13736804. OLE color: 13736804.

HSL color Cylindrical-coordinate representation of color #649BD1: hue angle of 209.72º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #649BD1 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB100155209-
CMYK0.520.2600.18
HSL209.72º54.23%60.59%-
HSV(B)209.72º52.15%81.96%-
XYZ28.4930.7664.76-
YUV144.71164.2896.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.55%
GREEN value IS 155 (60.94% from 255) = 33.41%
BLUE value IS 209 (82.03% from 255) = 45.04%
R=21.55%
G=33.41%
B=45.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1001552090.520.2600.18209.7254.2360.59
Hex649BD1341A012d2363d
Octal14423332164320223226675
Binary110010010011011110100011101001101001001011010010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,155,209); }

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

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

 a { background-color: rgb(100,155,209); }

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

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

 span { border-color: rgb(100,155,209); }

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