#639FDE

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

Shades of Picton Blue #639FDE

Tints of Picton Blue #639FDE

Color information

#639FDE (or 0x639FDE) is unknown color: approx Picton Blue. HEX triplet: 63, 9F and DE. RGB value is (99,159,222). Sum of RGB (Red+Green+Blue) = 99+159+222=480 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.62% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #639FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639FDE is #9C6021. Grayscale: #939393. Windows color (decimal): -10248226 or 14589795. OLE color: 14589795.

HSL color Cylindrical-coordinate representation of color #639FDE: hue angle of 210.73º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #639FDE is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB99159222-
CMYK0.550.2800.13
HSL210.73º65.08%62.94%-
HSV(B)210.73º55.41%87.06%-
XYZ30.7332.7273.8-
YUV148.24169.6292.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.62%
GREEN value IS 159 (62.5% from 255) = 33.12%
BLUE value IS 222 (87.11% from 255) = 46.25%
R=20.62%
G=33.12%
B=46.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal991592220.550.2800.13210.7365.0862.94
Hex639FDE371C0Dd3413f
Octal143237336673401532310177
Binary110001110011111110111101101111110001101110100111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,159,222); }

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

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

 a { background-color: rgb(99,159,222); }

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

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

 span { border-color: rgb(99,159,222); }

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