#629EC5

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

Shades of Picton Blue #629EC5

Tints of Picton Blue #629EC5

Color information

#629EC5 (or 0x629EC5) is unknown color: approx Picton Blue. HEX triplet: 62, 9E and C5. RGB value is (98,158,197). Sum of RGB (Red+Green+Blue) = 98+158+197=453 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.63% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 197 - color contains mainly: blue. Hex color #629EC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629EC5 is #9D613A. Grayscale: #909090. Windows color (decimal): -10314043 or 12951138. OLE color: 12951138.

HSL color Cylindrical-coordinate representation of color #629EC5: hue angle of 203.64º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #629EC5 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB98158197-
CMYK0.500.2000.23
HSL203.64º46.05%57.84%-
HSV(B)203.64º50.25%77.25%-
XYZ27.3431.0857.38-
YUV144.51157.6294.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.63%
GREEN value IS 158 (62.11% from 255) = 34.88%
BLUE value IS 197 (77.34% from 255) = 43.49%
R=21.63%
G=34.88%
B=43.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal981581970.500.2000.23203.6446.0557.84
Hex629EC53214017cc2e3a
Octal14223630562240273145672
Binary110001010011110110001011100101010001011111001100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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