#649BDB

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

Shades of Picton Blue #649BDB

Tints of Picton Blue #649BDB

Color information

#649BDB (or 0x649BDB) is unknown color: approx Picton Blue. HEX triplet: 64, 9B and DB. RGB value is (100,155,219). Sum of RGB (Red+Green+Blue) = 100+155+219=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #649BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649BDB is #9B6424. Grayscale: #919191. Windows color (decimal): -10183717 or 14392164. OLE color: 14392164.

HSL color Cylindrical-coordinate representation of color #649BDB: hue angle of 212.27º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #649BDB is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB100155219-
CMYK0.540.2900.14
HSL212.27º62.3%62.55%-
HSV(B)212.27º54.34%85.88%-
XYZ29.7631.2771.48-
YUV145.85169.2895.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.10%
GREEN value IS 155 (60.94% from 255) = 32.70%
BLUE value IS 219 (85.94% from 255) = 46.20%
R=21.10%
G=32.70%
B=46.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1001552190.540.2900.14212.2762.362.55
Hex649BDB361D0Ed43e3f
Octal14423333366350163247677
Binary11001001001101111011011110110111010111011010100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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