#649DC6

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

Shades of Picton Blue #649DC6

Tints of Picton Blue #649DC6

Color information

#649DC6 (or 0x649DC6) is unknown color: approx Picton Blue. HEX triplet: 64, 9D and C6. RGB value is (100,157,198). Sum of RGB (Red+Green+Blue) = 100+157+198=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 198 - color contains mainly: blue. Hex color #649DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649DC6 is #9B6239. Grayscale: #909090. Windows color (decimal): -10183226 or 13016420. OLE color: 13016420.

HSL color Cylindrical-coordinate representation of color #649DC6: hue angle of 205.1º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #649DC6 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB100157198-
CMYK0.490.2100.22
HSL205.1º46.23%58.43%-
HSV(B)205.1º49.49%77.65%-
XYZ27.5130.957.94-
YUV144.63158.1296.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.98%
GREEN value IS 157 (61.72% from 255) = 34.51%
BLUE value IS 198 (77.73% from 255) = 43.52%
R=21.98%
G=34.51%
B=43.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1001571980.490.2100.22205.146.2358.43
Hex649DC63115016cd2e3a
Octal14423530661250263155672
Binary110010010011101110001101100011010101011011001101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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