#639CDB

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

Shades of Picton Blue #639CDB

Tints of Picton Blue #639CDB

Color information

#639CDB (or 0x639CDB) is unknown color: approx Picton Blue. HEX triplet: 63, 9C and DB. RGB value is (99,156,219). Sum of RGB (Red+Green+Blue) = 99+156+219=474 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.89% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #639CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639CDB is #9C6324. Grayscale: #919191. Windows color (decimal): -10248997 or 14392419. OLE color: 14392419.

HSL color Cylindrical-coordinate representation of color #639CDB: hue angle of 211.5º 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 #639CDB is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB99156219-
CMYK0.550.2900.14
HSL211.5º62.5%62.35%-
HSV(B)211.5º54.79%85.88%-
XYZ29.8231.5471.53-
YUV146.14169.1294.38-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.89%
GREEN value IS 156 (61.33% from 255) = 32.91%
BLUE value IS 219 (85.94% from 255) = 46.20%
R=20.89%
G=32.91%
B=46.20%

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
Decimal991562190.550.2900.14211.562.562.35
Hex639CDB371D0Ed43e3e
Octal14323433367350163247676
Binary11000111001110011011011110111111010111011010100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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