#62A1CC

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

Shades of Picton Blue #62A1CC

Tints of Picton Blue #62A1CC

Color information

#62A1CC (or 0x62A1CC) is unknown color: approx Picton Blue. HEX triplet: 62, A1 and CC. RGB value is (98,161,204). Sum of RGB (Red+Green+Blue) = 98+161+204=463 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.17% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #62A1CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A1CC is #9D5E33. Grayscale: #929292. Windows color (decimal): -10313268 or 13410658. OLE color: 13410658.

HSL color Cylindrical-coordinate representation of color #62A1CC: hue angle of 204.34º degrees, saturation: 0.51, 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 #62A1CC is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB98161204-
CMYK0.520.2100.2
HSL204.34º50.96%59.22%-
HSV(B)204.34º51.96%80%-
XYZ28.6832.4561.88-
YUV147.06160.1393-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.17%
GREEN value IS 161 (63.28% from 255) = 34.77%
BLUE value IS 204 (80.08% from 255) = 44.06%
R=21.17%
G=34.77%
B=44.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal981612040.520.2100.2204.3450.9659.22
Hex62A1CC3415014cc333b
Octal14224131464250243146373
Binary110001010100001110011001101001010101010011001100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62A1CC; }

 p { color: rgb(98,161,204); }

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

<style>
 a { background-color: #62A1CC; }

 a { background-color: rgb(98,161,204); }

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

<style>
 span { border-color: #62A1CC; }

 span { border-color: rgb(98,161,204); }

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