#619ECB

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

Shades of Picton Blue #619ECB

Tints of Picton Blue #619ECB

Color information

#619ECB (or 0x619ECB) is unknown color: approx Picton Blue. HEX triplet: 61, 9E and CB. RGB value is (97,158,203). Sum of RGB (Red+Green+Blue) = 97+158+203=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #619ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619ECB is #9E6134. Grayscale: #909090. Windows color (decimal): -10379573 or 13344353. OLE color: 13344353.

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

Color convert

RGB97158203-
CMYK0.520.2200.20
HSL205.47º50.48%58.82%-
HSV(B)205.47º52.22%79.61%-
XYZ27.9431.3161.07-
YUV144.89160.7993.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.18%
GREEN value IS 158 (62.11% from 255) = 34.50%
BLUE value IS 203 (79.69% from 255) = 44.32%
R=21.18%
G=34.50%
B=44.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971582030.520.2200.20205.4750.4858.82
Hex619ECB3416014cd323b
Octal14123631364260243156273
Binary110000110011110110010111101001011001010011001101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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