#639CDA

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

Shades of Picton Blue #639CDA

Tints of Picton Blue #639CDA

Color information

#639CDA (or 0x639CDA) is unknown color: approx Picton Blue. HEX triplet: 63, 9C and DA. RGB value is (99,156,218). Sum of RGB (Red+Green+Blue) = 99+156+218=473 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.93% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #639CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639CDA is #9C6325. Grayscale: #919191. Windows color (decimal): -10248998 or 14326883. OLE color: 14326883.

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

Color convert

RGB99156218-
CMYK0.550.2800.15
HSL211.26º61.66%62.16%-
HSV(B)211.26º54.59%85.49%-
XYZ29.6931.4970.84-
YUV146.02168.6294.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.93%
GREEN value IS 156 (61.33% from 255) = 32.98%
BLUE value IS 218 (85.55% from 255) = 46.09%
R=20.93%
G=32.98%
B=46.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal991562180.550.2800.15211.2661.6662.16
Hex639CDA371C0Fd33e3e
Octal14323433267340173237676
Binary11000111001110011011010110111111000111111010011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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