#629CC5

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

Shades of Picton Blue #629CC5

Tints of Picton Blue #629CC5

Color information

#629CC5 (or 0x629CC5) is unknown color: approx Picton Blue. HEX triplet: 62, 9C and C5. RGB value is (98,156,197). Sum of RGB (Red+Green+Blue) = 98+156+197=451 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.73% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 197 - color contains mainly: blue. Hex color #629CC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629CC5 is #9D633A. Grayscale: #8F8F8F. Windows color (decimal): -10314555 or 12950626. OLE color: 12950626.

HSL color Cylindrical-coordinate representation of color #629CC5: hue angle of 204.85º 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 #629CC5 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB98156197-
CMYK0.500.2100.23
HSL204.85º46.05%57.84%-
HSV(B)204.85º50.25%77.25%-
XYZ2730.457.27-
YUV143.33158.2895.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.73%
GREEN value IS 156 (61.33% from 255) = 34.59%
BLUE value IS 197 (77.34% from 255) = 43.68%
R=21.73%
G=34.59%
B=43.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal981561970.500.2100.23204.8546.0557.84
Hex629CC53215017cd2e3a
Octal14223430562250273155672
Binary110001010011100110001011100101010101011111001101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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