#649bcd

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

Shades of Picton Blue #649BCD

Tints of Picton Blue #649BCD

Color information

#649BCD (or 0x649BCD) is unknown color: approx Picton Blue. HEX triplet: 64, 9B and CD. RGB value is (100,155,205). Sum of RGB (Red+Green+Blue) = 100+155+205=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #649BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649BCD is #9B6432. Grayscale: #909090. Windows color (decimal): -10183731 or 13474660. OLE color: 13474660.

HSL color Cylindrical-coordinate representation of color #649BCD: hue angle of 208.57º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #649BCD is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100155205-
CMYK0.510.2400.20
HSL208.57º51.22%59.8%-
HSV(B)208.57º51.22%80.39%-
XYZ2830.5662.18-
YUV144.26162.2896.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.74%
GREEN value IS 155 (60.94% from 255) = 33.70%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=21.74%
G=33.70%
B=44.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001552050.510.2400.20208.5751.2259.8
Hex649BCD3318014d1333c
Octal14423331563300243216374
Binary110010010011011110011011100111100001010011010001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649bcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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