#639ECA

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

Shades of Picton Blue #639ECA

Tints of Picton Blue #639ECA

Color information

#639ECA (or 0x639ECA) is unknown color: approx Picton Blue. HEX triplet: 63, 9E and CA. RGB value is (99,158,202). Sum of RGB (Red+Green+Blue) = 99+158+202=459 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.57% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #639ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639ECA is #9C6135. Grayscale: #919191. Windows color (decimal): -10248502 or 13278819. OLE color: 13278819.

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

Color convert

RGB99158202-
CMYK0.510.2200.21
HSL205.63º49.28%59.02%-
HSV(B)205.63º50.99%79.22%-
XYZ28.0331.3760.45-
YUV145.38159.9594.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.57%
GREEN value IS 158 (62.11% from 255) = 34.42%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=21.57%
G=34.42%
B=44.01%

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
Decimal991582020.510.2200.21205.6349.2859.02
Hex639ECA3316015ce313b
Octal14323631263260253166173
Binary110001110011110110010101100111011001010111001110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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