#649DD5

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

Shades of Picton Blue #649DD5

Tints of Picton Blue #649DD5

Color information

#649DD5 (or 0x649DD5) is unknown color: approx Picton Blue. HEX triplet: 64, 9D and D5. RGB value is (100,157,213). Sum of RGB (Red+Green+Blue) = 100+157+213=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 213 - color contains mainly: blue. Hex color #649DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649DD5 is #9B622A. Grayscale: #929292. Windows color (decimal): -10183211 or 13999460. OLE color: 13999460.

HSL color Cylindrical-coordinate representation of color #649DD5: hue angle of 209.73º 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 #649DD5 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB100157213-
CMYK0.530.2600.16
HSL209.73º57.36%61.37%-
HSV(B)209.73º53.05%83.53%-
XYZ29.3231.6367.51-
YUV146.34165.6294.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.28%
GREEN value IS 157 (61.72% from 255) = 33.40%
BLUE value IS 213 (83.59% from 255) = 45.32%
R=21.28%
G=33.40%
B=45.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1001572130.530.2600.16209.7357.3661.37
Hex649DD5351A010d2393d
Octal14423532565320203227175
Binary110010010011101110101011101011101001000011010010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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