#649BCA

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

Shades of Picton Blue #649BCA

Tints of Picton Blue #649BCA

Color information

#649BCA (or 0x649BCA) is unknown color: approx Picton Blue. HEX triplet: 64, 9B and CA. RGB value is (100,155,202). Sum of RGB (Red+Green+Blue) = 100+155+202=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #649BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649BCA is #9B6435. Grayscale: #8F8F8F. Windows color (decimal): -10183734 or 13278052. OLE color: 13278052.

HSL color Cylindrical-coordinate representation of color #649BCA: hue angle of 207.65º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #649BCA is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100155202-
CMYK0.500.2300.21
HSL207.65º49.04%59.22%-
HSV(B)207.65º50.5%79.22%-
XYZ27.6430.4260.29-
YUV143.91160.7896.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.88%
GREEN value IS 155 (60.94% from 255) = 33.92%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=21.88%
G=33.92%
B=44.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001552020.500.2300.21207.6549.0459.22
Hex649BCA3217015d0313b
Octal14423331262270253206173
Binary110010010011011110010101100101011101010111010000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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