#639CDD

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

Shades of Picton Blue #639CDD

Tints of Picton Blue #639CDD

Color information

#639CDD (or 0x639CDD) is unknown color: approx Picton Blue. HEX triplet: 63, 9C and DD. RGB value is (99,156,221). Sum of RGB (Red+Green+Blue) = 99+156+221=476 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.80% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #639CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639CDD is #9C6322. Grayscale: #929292. Windows color (decimal): -10248995 or 14523491. OLE color: 14523491.

HSL color Cylindrical-coordinate representation of color #639CDD: hue angle of 211.97º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #639CDD is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB99156221-
CMYK0.550.2900.13
HSL211.97º64.21%62.75%-
HSV(B)211.97º55.2%86.67%-
XYZ30.0931.6572.93-
YUV146.37170.1294.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.80%
GREEN value IS 156 (61.33% from 255) = 32.77%
BLUE value IS 221 (86.72% from 255) = 46.43%
R=20.80%
G=32.77%
B=46.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal991562210.550.2900.13211.9764.2162.75
Hex639CDD371D0Dd4403f
Octal143234335673501532410077
Binary110001110011100110111011101111110101101110101001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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