#62ACCD

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

Shades of Picton Blue #62ACCD

Tints of Picton Blue #62ACCD

Color information

#62ACCD (or 0x62ACCD) is unknown color: approx Picton Blue. HEX triplet: 62, AC and CD. RGB value is (98,172,205). Sum of RGB (Red+Green+Blue) = 98+172+205=475 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.63% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #62ACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ACCD is #9D5332. Grayscale: #999999. Windows color (decimal): -10310451 or 13479010. OLE color: 13479010.

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

Color convert

RGB98172205-
CMYK0.520.1600.20
HSL198.5º51.69%59.41%-
HSV(B)198.5º52.2%80.39%-
XYZ30.8136.5163.18-
YUV153.64156.9888.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.63%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=20.63%
G=36.21%
B=43.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal981722050.520.1600.20198.551.6959.41
Hex62ACCD3410014c7343b
Octal14225431564200243076473
Binary110001010101100110011011101001000001010011000111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,172,205); }

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

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

 a { background-color: rgb(98,172,205); }

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

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

 span { border-color: rgb(98,172,205); }

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