#639CDC

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

Shades of Picton Blue #639CDC

Tints of Picton Blue #639CDC

Color information

#639CDC (or 0x639CDC) is unknown color: approx Picton Blue. HEX triplet: 63, 9C and DC. RGB value is (99,156,220). Sum of RGB (Red+Green+Blue) = 99+156+220=475 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.84% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #639CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639CDC is #9C6323. Grayscale: #919191. Windows color (decimal): -10248996 or 14457955. OLE color: 14457955.

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

Color convert

RGB99156220-
CMYK0.550.2900.14
HSL211.74º63.35%62.55%-
HSV(B)211.74º55%86.27%-
XYZ29.9531.672.23-
YUV146.25169.6294.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.84%
GREEN value IS 156 (61.33% from 255) = 32.84%
BLUE value IS 220 (86.33% from 255) = 46.32%
R=20.84%
G=32.84%
B=46.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal991562200.550.2900.14211.7463.3562.55
Hex639CDC371D0Ed43f3f
Octal14323433467350163247777
Binary11000111001110011011100110111111010111011010100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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