#649DD1

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

Shades of Picton Blue #649DD1

Tints of Picton Blue #649DD1

Color information

#649DD1 (or 0x649DD1) is unknown color: approx Picton Blue. HEX triplet: 64, 9D and D1. RGB value is (100,157,209). Sum of RGB (Red+Green+Blue) = 100+157+209=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #649DD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649DD1 is #9B622E. Grayscale: #919191. Windows color (decimal): -10183215 or 13737316. OLE color: 13737316.

HSL color Cylindrical-coordinate representation of color #649DD1: hue angle of 208.62º 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 #649DD1 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB100157209-
CMYK0.520.2500.18
HSL208.62º54.23%60.59%-
HSV(B)208.62º52.15%81.96%-
XYZ28.8231.4364.87-
YUV145.88163.6295.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.46%
GREEN value IS 157 (61.72% from 255) = 33.69%
BLUE value IS 209 (82.03% from 255) = 44.85%
R=21.46%
G=33.69%
B=44.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1001572090.520.2500.18208.6254.2360.59
Hex649DD13419012d1363d
Octal14423532164310223216675
Binary110010010011101110100011101001100101001011010001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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