#619FCD

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

Shades of Picton Blue #619FCD

Tints of Picton Blue #619FCD

Color information

#619FCD (or 0x619FCD) is unknown color: approx Picton Blue. HEX triplet: 61, 9F and CD. RGB value is (97,159,205). Sum of RGB (Red+Green+Blue) = 97+159+205=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #619FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619FCD is #9E6032. Grayscale: #919191. Windows color (decimal): -10379315 or 13475681. OLE color: 13475681.

HSL color Cylindrical-coordinate representation of color #619FCD: hue angle of 205.56º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #619FCD is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97159205-
CMYK0.530.2200.20
HSL205.56º51.92%59.22%-
HSV(B)205.56º52.68%80.39%-
XYZ28.3531.7562.39-
YUV145.71161.4693.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.04%
GREEN value IS 159 (62.5% from 255) = 34.49%
BLUE value IS 205 (80.47% from 255) = 44.47%
R=21.04%
G=34.49%
B=44.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971592050.530.2200.20205.5651.9259.22
Hex619FCD3516014ce343b
Octal14123731565260243166473
Binary110000110011111110011011101011011001010011001110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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