#639BD6

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

Shades of Picton Blue #639BD6

Tints of Picton Blue #639BD6

Color information

#639BD6 (or 0x639BD6) is unknown color: approx Picton Blue. HEX triplet: 63, 9B and D6. RGB value is (99,155,214). Sum of RGB (Red+Green+Blue) = 99+155+214=468 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.15% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #639BD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639BD6 is #9C6429. Grayscale: #909090. Windows color (decimal): -10249258 or 14064483. OLE color: 14064483.

HSL color Cylindrical-coordinate representation of color #639BD6: hue angle of 210.78º 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 #639BD6 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB99155214-
CMYK0.540.2800.16
HSL210.78º58.38%61.37%-
HSV(B)210.78º53.74%83.92%-
XYZ2930.9568.06-
YUV144.98166.9595.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.15%
GREEN value IS 155 (60.94% from 255) = 33.12%
BLUE value IS 214 (83.98% from 255) = 45.73%
R=21.15%
G=33.12%
B=45.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal991552140.540.2800.16210.7858.3861.37
Hex639BD6361C010d33a3d
Octal14323332666340203237275
Binary110001110011011110101101101101110001000011010011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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