#62A5CF

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

Shades of Picton Blue #62A5CF

Tints of Picton Blue #62A5CF

Color information

#62A5CF (or 0x62A5CF) is unknown color: approx Picton Blue. HEX triplet: 62, A5 and CF. RGB value is (98,165,207). Sum of RGB (Red+Green+Blue) = 98+165+207=470 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.85% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #62A5CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A5CF is #9D5A30. Grayscale: #959595. Windows color (decimal): -10312241 or 13608290. OLE color: 13608290.

HSL color Cylindrical-coordinate representation of color #62A5CF: hue angle of 203.12º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62A5CF is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB98165207-
CMYK0.530.2000.19
HSL203.12º53.17%59.8%-
HSV(B)203.12º52.66%81.18%-
XYZ29.7534.0164.03-
YUV149.76160.391.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.85%
GREEN value IS 165 (64.84% from 255) = 35.11%
BLUE value IS 207 (81.25% from 255) = 44.04%
R=20.85%
G=35.11%
B=44.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal981652070.530.2000.19203.1253.1759.8
Hex62A5CF3514013cb353c
Octal14224531765240233136574
Binary110001010100101110011111101011010001001111001011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,165,207); }

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

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

 a { background-color: rgb(98,165,207); }

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

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

 span { border-color: rgb(98,165,207); }

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