#619BC5

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

Shades of Picton Blue #619BC5

Tints of Picton Blue #619BC5

Color information

#619BC5 (or 0x619BC5) is unknown color: approx Picton Blue. HEX triplet: 61, 9B and C5. RGB value is (97,155,197). Sum of RGB (Red+Green+Blue) = 97+155+197=449 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.60% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #619BC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619BC5 is #9E643A. Grayscale: #8E8E8E. Windows color (decimal): -10380347 or 12950369. OLE color: 12950369.

HSL color Cylindrical-coordinate representation of color #619BC5: hue angle of 205.2º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #619BC5 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB97155197-
CMYK0.510.2100.23
HSL205.2º46.3%57.65%-
HSV(B)205.2º50.76%77.25%-
XYZ26.7330.0257.21-
YUV142.45158.7895.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.60%
GREEN value IS 155 (60.94% from 255) = 34.52%
BLUE value IS 197 (77.34% from 255) = 43.88%
R=21.60%
G=34.52%
B=43.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal971551970.510.2100.23205.246.357.65
Hex619BC53315017cd2e3a
Octal14123330563250273155672
Binary110000110011011110001011100111010101011111001101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,155,197); }

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

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

 a { background-color: rgb(97,155,197); }

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

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

 span { border-color: rgb(97,155,197); }

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