#639ECD

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

Shades of Picton Blue #639ECD

Tints of Picton Blue #639ECD

Color information

#639ECD (or 0x639ECD) is unknown color: approx Picton Blue. HEX triplet: 63, 9E and CD. RGB value is (99,158,205). Sum of RGB (Red+Green+Blue) = 99+158+205=462 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.43% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #639ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639ECD is #9C6132. Grayscale: #919191. Windows color (decimal): -10248499 or 13475427. OLE color: 13475427.

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

Color convert

RGB99158205-
CMYK0.520.2300.20
HSL206.6º51.46%59.61%-
HSV(B)206.6º51.71%80.39%-
XYZ28.3931.5162.34-
YUV145.72161.4594.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.43%
GREEN value IS 158 (62.11% from 255) = 34.20%
BLUE value IS 205 (80.47% from 255) = 44.37%
R=21.43%
G=34.20%
B=44.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal991582050.520.2300.20206.651.4659.61
Hex639ECD3417014cf333c
Octal14323631564270243176374
Binary110001110011110110011011101001011101010011001111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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