#649DCC

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

Shades of Picton Blue #649DCC

Tints of Picton Blue #649DCC

Color information

#649DCC (or 0x649DCC) is unknown color: approx Picton Blue. HEX triplet: 64, 9D and CC. RGB value is (100,157,204). Sum of RGB (Red+Green+Blue) = 100+157+204=461 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.69% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #649DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649DCC is #9B6233. Grayscale: #919191. Windows color (decimal): -10183220 or 13409636. OLE color: 13409636.

HSL color Cylindrical-coordinate representation of color #649DCC: hue angle of 207.12º degrees, saturation: 0.5, 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 #649DCC is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB100157204-
CMYK0.510.2300.2
HSL207.12º50.49%59.61%-
HSV(B)207.12º50.98%80%-
XYZ28.2131.1861.66-
YUV145.32161.1295.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.69%
GREEN value IS 157 (61.72% from 255) = 34.06%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=21.69%
G=34.06%
B=44.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1001572040.510.2300.2207.1250.4959.61
Hex649DCC3317014cf323c
Octal14423531463270243176274
Binary110010010011101110011001100111011101010011001111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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