#629ECD

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

Shades of Picton Blue #629ECD

Tints of Picton Blue #629ECD

Color information

#629ECD (or 0x629ECD) is unknown color: approx Picton Blue. HEX triplet: 62, 9E and CD. RGB value is (98,158,205). Sum of RGB (Red+Green+Blue) = 98+158+205=461 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.26% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #629ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629ECD is #9D6132. Grayscale: #919191. Windows color (decimal): -10314035 or 13475426. OLE color: 13475426.

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

Color convert

RGB98158205-
CMYK0.520.2300.20
HSL206.36º51.69%59.41%-
HSV(B)206.36º52.2%80.39%-
XYZ28.2831.4662.34-
YUV145.42161.6294.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.26%
GREEN value IS 158 (62.11% from 255) = 34.27%
BLUE value IS 205 (80.47% from 255) = 44.47%
R=21.26%
G=34.27%
B=44.47%

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
Decimal981582050.520.2300.20206.3651.6959.41
Hex629ECD3417014ce343b
Octal14223631564270243166473
Binary110001010011110110011011101001011101010011001110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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