#629ED5

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

Shades of Picton Blue #629ED5

Tints of Picton Blue #629ED5

Color information

#629ED5 (or 0x629ED5) is unknown color: approx Picton Blue. HEX triplet: 62, 9E and D5. RGB value is (98,158,213). Sum of RGB (Red+Green+Blue) = 98+158+213=469 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.90% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #629ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629ED5 is #9D612A. Grayscale: #929292. Windows color (decimal): -10314027 or 13999714. OLE color: 13999714.

HSL color Cylindrical-coordinate representation of color #629ED5: hue angle of 208.7º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #629ED5 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB98158213-
CMYK0.540.2600.16
HSL208.7º57.79%60.98%-
HSV(B)208.7º53.99%83.53%-
XYZ29.2731.8567.56-
YUV146.33165.6293.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.90%
GREEN value IS 158 (62.11% from 255) = 33.69%
BLUE value IS 213 (83.59% from 255) = 45.42%
R=20.90%
G=33.69%
B=45.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal981582130.540.2600.16208.757.7960.98
Hex629ED5361A010d13a3d
Octal14223632566320203217275
Binary110001010011110110101011101101101001000011010001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,158,213); }

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

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

 a { background-color: rgb(98,158,213); }

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

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

 span { border-color: rgb(98,158,213); }

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