#62A4CF

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

Shades of Picton Blue #62A4CF

Tints of Picton Blue #62A4CF

Color information

#62A4CF (or 0x62A4CF) is unknown color: approx Picton Blue. HEX triplet: 62, A4 and CF. RGB value is (98,164,207). Sum of RGB (Red+Green+Blue) = 98+164+207=469 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.90% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #62A4CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A4CF is #9D5B30. Grayscale: #949494. Windows color (decimal): -10312497 or 13608034. OLE color: 13608034.

HSL color Cylindrical-coordinate representation of color #62A4CF: hue angle of 203.67º 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 #62A4CF is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB98164207-
CMYK0.530.2100.19
HSL203.67º53.17%59.8%-
HSV(B)203.67º52.66%81.18%-
XYZ29.5733.6563.97-
YUV149.17160.6391.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.90%
GREEN value IS 164 (64.45% from 255) = 34.97%
BLUE value IS 207 (81.25% from 255) = 44.14%
R=20.90%
G=34.97%
B=44.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal981642070.530.2100.19203.6753.1759.8
Hex62A4CF3515013cc353c
Octal14224431765250233146574
Binary110001010100100110011111101011010101001111001100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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