#629FDC

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

Shades of Picton Blue #629FDC

Tints of Picton Blue #629FDC

Color information

#629FDC (or 0x629FDC) is unknown color: approx Picton Blue. HEX triplet: 62, 9F and DC. RGB value is (98,159,220). Sum of RGB (Red+Green+Blue) = 98+159+220=477 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.55% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #629FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629FDC is #9D6023. Grayscale: #939393. Windows color (decimal): -10313764 or 14458722. OLE color: 14458722.

HSL color Cylindrical-coordinate representation of color #629FDC: hue angle of 210º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #629FDC is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB98159220-
CMYK0.550.2800.14
HSL210º63.54%62.35%-
HSV(B)210º55.45%86.27%-
XYZ30.3532.5672.4-
YUV147.72168.7992.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.55%
GREEN value IS 159 (62.5% from 255) = 33.33%
BLUE value IS 220 (86.33% from 255) = 46.12%
R=20.55%
G=33.33%
B=46.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal981592200.550.2800.1421063.5462.35
Hex629FDC371C0Ed2403e
Octal142237334673401632210076
Binary110001010011111110111001101111110001110110100101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629FDC; }

 p { color: rgb(98,159,220); }

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

<style>
 a { background-color: #629FDC; }

 a { background-color: rgb(98,159,220); }

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

<style>
 span { border-color: #629FDC; }

 span { border-color: rgb(98,159,220); }

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