#639ECC

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

Shades of Picton Blue #639ECC

Tints of Picton Blue #639ECC

Color information

#639ECC (or 0x639ECC) is unknown color: approx Picton Blue. HEX triplet: 63, 9E and CC. RGB value is (99,158,204). Sum of RGB (Red+Green+Blue) = 99+158+204=461 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.48% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #639ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639ECC is #9C6133. Grayscale: #919191. Windows color (decimal): -10248500 or 13409891. OLE color: 13409891.

HSL color Cylindrical-coordinate representation of color #639ECC: hue angle of 206.29º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #639ECC is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB99158204-
CMYK0.510.2300.2
HSL206.29º50.72%59.41%-
HSV(B)206.29º51.47%80%-
XYZ28.2731.4761.71-
YUV145.6160.9594.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.48%
GREEN value IS 158 (62.11% from 255) = 34.27%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=21.48%
G=34.27%
B=44.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal991582040.510.2300.2206.2950.7259.41
Hex639ECC3317014ce333b
Octal14323631463270243166373
Binary110001110011110110011001100111011101010011001110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,158,204); }

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

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

 a { background-color: rgb(99,158,204); }

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

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

 span { border-color: rgb(99,158,204); }

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