#619ECA

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

Shades of Picton Blue #619ECA

Tints of Picton Blue #619ECA

Color information

#619ECA (or 0x619ECA) is unknown color: approx Picton Blue. HEX triplet: 61, 9E and CA. RGB value is (97,158,202). Sum of RGB (Red+Green+Blue) = 97+158+202=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #619ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619ECA is #9E6135. Grayscale: #909090. Windows color (decimal): -10379574 or 13278817. OLE color: 13278817.

HSL color Cylindrical-coordinate representation of color #619ECA: hue angle of 205.14º 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 #619ECA is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB97158202-
CMYK0.520.2200.21
HSL205.14º49.76%58.63%-
HSV(B)205.14º51.98%79.22%-
XYZ27.8231.2660.44-
YUV144.78160.2993.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.23%
GREEN value IS 158 (62.11% from 255) = 34.57%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=21.23%
G=34.57%
B=44.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal971582020.520.2200.21205.1449.7658.63
Hex619ECA3416015cd323b
Octal14123631264260253156273
Binary110000110011110110010101101001011001010111001101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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