#639CD4

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

Shades of Picton Blue #639CD4

Tints of Picton Blue #639CD4

Color information

#639CD4 (or 0x639CD4) is unknown color: approx Picton Blue. HEX triplet: 63, 9C and D4. RGB value is (99,156,212). Sum of RGB (Red+Green+Blue) = 99+156+212=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #639CD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639CD4 is #9C632B. Grayscale: #919191. Windows color (decimal): -10249004 or 13933667. OLE color: 13933667.

HSL color Cylindrical-coordinate representation of color #639CD4: hue angle of 209.73º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #639CD4 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB99156212-
CMYK0.530.2600.17
HSL209.73º56.78%60.98%-
HSV(B)209.73º53.3%83.14%-
XYZ28.9231.1866.78-
YUV145.34165.6294.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.20%
GREEN value IS 156 (61.33% from 255) = 33.40%
BLUE value IS 212 (83.20% from 255) = 45.40%
R=21.20%
G=33.40%
B=45.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal991562120.530.2600.17209.7356.7860.98
Hex639CD4351A011d2393d
Octal14323432465320213227175
Binary110001110011100110101001101011101001000111010010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,156,212); }

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

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

 a { background-color: rgb(99,156,212); }

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

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

 span { border-color: rgb(99,156,212); }

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