#639FCB

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

Shades of Picton Blue #639FCB

Tints of Picton Blue #639FCB

Color information

#639FCB (or 0x639FCB) is unknown color: approx Picton Blue. HEX triplet: 63, 9F and CB. RGB value is (99,159,203). Sum of RGB (Red+Green+Blue) = 99+159+203=461 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.48% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #639FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639FCB is #9C6034. Grayscale: #919191. Windows color (decimal): -10248245 or 13344611. OLE color: 13344611.

HSL color Cylindrical-coordinate representation of color #639FCB: hue angle of 205.38º degrees, saturation: 0.5, 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 #639FCB is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB99159203-
CMYK0.510.2200.20
HSL205.38º50%59.22%-
HSV(B)205.38º51.23%79.61%-
XYZ28.3231.7661.14-
YUV146.08160.1294.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.48%
GREEN value IS 159 (62.5% from 255) = 34.49%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=21.48%
G=34.49%
B=44.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal991592030.510.2200.20205.385059.22
Hex639FCB3316014cd323b
Octal14323731363260243156273
Binary110001110011111110010111100111011001010011001101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,159,203); }

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

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

 a { background-color: rgb(99,159,203); }

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

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

 span { border-color: rgb(99,159,203); }

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