#639ED9

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

Shades of Picton Blue #639ED9

Tints of Picton Blue #639ED9

Color information

#639ED9 (or 0x639ED9) is unknown color: approx Picton Blue. HEX triplet: 63, 9E and D9. RGB value is (99,158,217). Sum of RGB (Red+Green+Blue) = 99+158+217=474 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.89% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 217 - color contains mainly: blue. Hex color #639ED9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639ED9 is #9C6126. Grayscale: #929292. Windows color (decimal): -10248487 or 14261859. OLE color: 14261859.

HSL color Cylindrical-coordinate representation of color #639ED9: hue angle of 210º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #639ED9 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB99158217-
CMYK0.540.2700.15
HSL210º60.82%61.96%-
HSV(B)210º54.38%85.1%-
XYZ29.932.1270.27-
YUV147.08167.4593.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.89%
GREEN value IS 158 (62.11% from 255) = 33.33%
BLUE value IS 217 (85.16% from 255) = 45.78%
R=20.89%
G=33.33%
B=45.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal991582170.540.2700.1521060.8261.96
Hex639ED9361B0Fd23d3e
Octal14323633166330173227576
Binary11000111001111011011001110110110110111111010010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,158,217); }

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

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

 a { background-color: rgb(99,158,217); }

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

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

 span { border-color: rgb(99,158,217); }

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