#639DCA

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

Shades of Picton Blue #639DCA

Tints of Picton Blue #639DCA

Color information

#639DCA (or 0x639DCA) is unknown color: approx Picton Blue. HEX triplet: 63, 9D and CA. RGB value is (99,157,202). Sum of RGB (Red+Green+Blue) = 99+157+202=458 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.62% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #639DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639DCA is #9C6235. Grayscale: #909090. Windows color (decimal): -10248758 or 13278563. OLE color: 13278563.

HSL color Cylindrical-coordinate representation of color #639DCA: hue angle of 206.21º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #639DCA is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB99157202-
CMYK0.510.2200.21
HSL206.21º49.28%59.02%-
HSV(B)206.21º50.99%79.22%-
XYZ27.8631.0360.4-
YUV144.79160.2895.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.62%
GREEN value IS 157 (61.72% from 255) = 34.28%
BLUE value IS 202 (79.30% from 255) = 44.10%
R=21.62%
G=34.28%
B=44.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal991572020.510.2200.21206.2149.2859.02
Hex639DCA3316015ce313b
Octal14323531263260253166173
Binary110001110011101110010101100111011001010111001110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,157,202); }

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

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

 a { background-color: rgb(99,157,202); }

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

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

 span { border-color: rgb(99,157,202); }

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