#629ADC

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

Shades of Picton Blue #629ADC

Tints of Picton Blue #629ADC

Color information

#629ADC (or 0x629ADC) is unknown color: approx Picton Blue. HEX triplet: 62, 9A and DC. RGB value is (98,154,220). Sum of RGB (Red+Green+Blue) = 98+154+220=472 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.76% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #629ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629ADC is #9D6523. Grayscale: #909090. Windows color (decimal): -10315044 or 14457442. OLE color: 14457442.

HSL color Cylindrical-coordinate representation of color #629ADC: hue angle of 212.46º 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 #629ADC is Cyan = 0.55, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB98154220-
CMYK0.550.300.14
HSL212.46º63.54%62.35%-
HSV(B)212.46º55.45%86.27%-
XYZ29.5130.8872.11-
YUV144.78170.4594.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.76%
GREEN value IS 154 (60.55% from 255) = 32.63%
BLUE value IS 220 (86.33% from 255) = 46.61%
R=20.76%
G=32.63%
B=46.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal981542200.550.300.14212.4663.5462.35
Hex629ADC371E0Ed4403e
Octal142232334673601632410076
Binary110001010011010110111001101111111001110110101001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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