#619ACE

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

Shades of Picton Blue #619ACE

Tints of Picton Blue #619ACE

Color information

#619ACE (or 0x619ACE) is unknown color: approx Picton Blue. HEX triplet: 61, 9A and CE. RGB value is (97,154,206). Sum of RGB (Red+Green+Blue) = 97+154+206=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #619ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619ACE is #9E6531. Grayscale: #8E8E8E. Windows color (decimal): -10380594 or 13539937. OLE color: 13539937.

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

Color convert

RGB97154206-
CMYK0.530.2500.19
HSL208.62º52.66%59.41%-
HSV(B)208.62º52.91%80.78%-
XYZ27.6330.1162.75-
YUV142.88163.6295.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.23%
GREEN value IS 154 (60.55% from 255) = 33.70%
BLUE value IS 206 (80.86% from 255) = 45.08%
R=21.23%
G=33.70%
B=45.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal971542060.530.2500.19208.6252.6659.41
Hex619ACE3519013d1353b
Octal14123231665310233216573
Binary110000110011010110011101101011100101001111010001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619ACE; }

 p { color: rgb(97,154,206); }

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

<style>
 a { background-color: #619ACE; }

 a { background-color: rgb(97,154,206); }

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

<style>
 span { border-color: #619ACE; }

 span { border-color: rgb(97,154,206); }

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