#639BDB

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

Shades of Picton Blue #639BDB

Tints of Picton Blue #639BDB

Color information

#639BDB (or 0x639BDB) is unknown color: approx Picton Blue. HEX triplet: 63, 9B and DB. RGB value is (99,155,219). Sum of RGB (Red+Green+Blue) = 99+155+219=473 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.93% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #639BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639BDB is #9C6424. Grayscale: #919191. Windows color (decimal): -10249253 or 14392163. OLE color: 14392163.

HSL color Cylindrical-coordinate representation of color #639BDB: hue angle of 212º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #639BDB is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB99155219-
CMYK0.550.2900.14
HSL212º62.5%62.35%-
HSV(B)212º54.79%85.88%-
XYZ29.6531.2171.48-
YUV145.55169.4594.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.93%
GREEN value IS 155 (60.94% from 255) = 32.77%
BLUE value IS 219 (85.94% from 255) = 46.30%
R=20.93%
G=32.77%
B=46.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal991552190.550.2900.1421262.562.35
Hex639BDB371D0Ed43e3e
Octal14323333367350163247676
Binary11000111001101111011011110111111010111011010100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639BDB; }

 p { color: rgb(99,155,219); }

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

<style>
 a { background-color: #639BDB; }

 a { background-color: rgb(99,155,219); }

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

<style>
 span { border-color: #639BDB; }

 span { border-color: rgb(99,155,219); }

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