#639ADC

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

Shades of Picton Blue #639ADC

Tints of Picton Blue #639ADC

Color information

#639ADC (or 0x639ADC) is unknown color: approx Picton Blue. HEX triplet: 63, 9A and DC. RGB value is (99,154,220). Sum of RGB (Red+Green+Blue) = 99+154+220=473 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.93% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #639ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639ADC is #9C6523. Grayscale: #909090. Windows color (decimal): -10249508 or 14457443. OLE color: 14457443.

HSL color Cylindrical-coordinate representation of color #639ADC: hue angle of 212.73º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #639ADC is Cyan = 0.55, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB99154220-
CMYK0.550.300.14
HSL212.73º63.35%62.55%-
HSV(B)212.73º55%86.27%-
XYZ29.6230.9372.12-
YUV145.08170.2895.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.93%
GREEN value IS 154 (60.55% from 255) = 32.56%
BLUE value IS 220 (86.33% from 255) = 46.51%
R=20.93%
G=32.56%
B=46.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal991542200.550.300.14212.7363.3562.55
Hex639ADC371E0Ed53f3f
Octal14323233467360163257777
Binary11000111001101011011100110111111100111011010101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,154,220); }

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

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

 a { background-color: rgb(99,154,220); }

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

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

 span { border-color: rgb(99,154,220); }

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