#639ED6

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

Shades of Picton Blue #639ED6

Tints of Picton Blue #639ED6

Color information

#639ED6 (or 0x639ED6) is unknown color: approx Picton Blue. HEX triplet: 63, 9E and D6. RGB value is (99,158,214). Sum of RGB (Red+Green+Blue) = 99+158+214=471 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.02% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 214 - color contains mainly: blue. Hex color #639ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639ED6 is #9C6129. Grayscale: #929292. Windows color (decimal): -10248490 or 14065251. OLE color: 14065251.

HSL color Cylindrical-coordinate representation of color #639ED6: hue angle of 209.22º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #639ED6 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB99158214-
CMYK0.540.2600.16
HSL209.22º58.38%61.37%-
HSV(B)209.22º53.74%83.92%-
XYZ29.5131.9668.23-
YUV146.74165.9593.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.02%
GREEN value IS 158 (62.11% from 255) = 33.55%
BLUE value IS 214 (83.98% from 255) = 45.44%
R=21.02%
G=33.55%
B=45.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal991582140.540.2600.16209.2258.3861.37
Hex639ED6361A010d13a3d
Octal14323632666320203217275
Binary110001110011110110101101101101101001000011010001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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