#639ECF

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

Shades of Picton Blue #639ECF

Tints of Picton Blue #639ECF

Color information

#639ECF (or 0x639ECF) is unknown color: approx Picton Blue. HEX triplet: 63, 9E and CF. RGB value is (99,158,207). Sum of RGB (Red+Green+Blue) = 99+158+207=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #639ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639ECF is #9C6130. Grayscale: #919191. Windows color (decimal): -10248497 or 13606499. OLE color: 13606499.

HSL color Cylindrical-coordinate representation of color #639ECF: hue angle of 207.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #639ECF is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB99158207-
CMYK0.520.2400.19
HSL207.22º52.94%60%-
HSV(B)207.22º52.17%81.18%-
XYZ28.6331.6163.62-
YUV145.94162.4594.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.34%
GREEN value IS 158 (62.11% from 255) = 34.05%
BLUE value IS 207 (81.25% from 255) = 44.61%
R=21.34%
G=34.05%
B=44.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal991582070.520.2400.19207.2252.9460
Hex639ECF3418013cf353c
Octal14323631764300233176574
Binary110001110011110110011111101001100001001111001111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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