#619FCA

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

Shades of Picton Blue #619FCA

Tints of Picton Blue #619FCA

Color information

#619FCA (or 0x619FCA) is unknown color: approx Picton Blue. HEX triplet: 61, 9F and CA. RGB value is (97,159,202). Sum of RGB (Red+Green+Blue) = 97+159+202=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #619FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619FCA is #9E6035. Grayscale: #919191. Windows color (decimal): -10379318 or 13279073. OLE color: 13279073.

HSL color Cylindrical-coordinate representation of color #619FCA: hue angle of 204.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #619FCA is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB97159202-
CMYK0.520.2100.21
HSL204.57º49.76%58.63%-
HSV(B)204.57º51.98%79.22%-
XYZ27.9931.660.5-
YUV145.36159.9693.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.18%
GREEN value IS 159 (62.5% from 255) = 34.72%
BLUE value IS 202 (79.30% from 255) = 44.10%
R=21.18%
G=34.72%
B=44.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal971592020.520.2100.21204.5749.7658.63
Hex619FCA3415015cd323b
Octal14123731264250253156273
Binary110000110011111110010101101001010101010111001101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,159,202); }

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

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

 a { background-color: rgb(97,159,202); }

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

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

 span { border-color: rgb(97,159,202); }

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