#639FDA

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

Shades of Picton Blue #639FDA

Tints of Picton Blue #639FDA

Color information

#639FDA (or 0x639FDA) is unknown color: approx Picton Blue. HEX triplet: 63, 9F and DA. RGB value is (99,159,218). Sum of RGB (Red+Green+Blue) = 99+159+218=476 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.80% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #639FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639FDA is #9C6025. Grayscale: #939393. Windows color (decimal): -10248230 or 14327651. OLE color: 14327651.

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

Color convert

RGB99159218-
CMYK0.550.2700.15
HSL209.75º61.66%62.16%-
HSV(B)209.75º54.59%85.49%-
XYZ30.232.5171.01-
YUV147.79167.6293.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.80%
GREEN value IS 159 (62.5% from 255) = 33.40%
BLUE value IS 218 (85.55% from 255) = 45.80%
R=20.80%
G=33.40%
B=45.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal991592180.550.2700.15209.7561.6662.16
Hex639FDA371B0Fd23e3e
Octal14323733267330173227676
Binary11000111001111111011010110111110110111111010010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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