#649CD5

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

Shades of Picton Blue #649CD5

Tints of Picton Blue #649CD5

Color information

#649CD5 (or 0x649CD5) is unknown color: approx Picton Blue. HEX triplet: 64, 9C and D5. RGB value is (100,156,213). Sum of RGB (Red+Green+Blue) = 100+156+213=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #649CD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CD5 is #9B632A. Grayscale: #919191. Windows color (decimal): -10183467 or 13999204. OLE color: 13999204.

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

Color convert

RGB100156213-
CMYK0.530.2700.16
HSL210.27º57.36%61.37%-
HSV(B)210.27º53.05%83.53%-
XYZ29.1531.2967.45-
YUV145.75165.9595.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.32%
GREEN value IS 156 (61.33% from 255) = 33.26%
BLUE value IS 213 (83.59% from 255) = 45.42%
R=21.32%
G=33.26%
B=45.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1001562130.530.2700.16210.2757.3661.37
Hex649CD5351B010d2393d
Octal14423432565330203227175
Binary110010010011100110101011101011101101000011010010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,156,213); }

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

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

 a { background-color: rgb(100,156,213); }

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

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

 span { border-color: rgb(100,156,213); }

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