#619DD1

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

Shades of Picton Blue #619DD1

Tints of Picton Blue #619DD1

Color information

#619DD1 (or 0x619DD1) is unknown color: approx Picton Blue. HEX triplet: 61, 9D and D1. RGB value is (97,157,209). Sum of RGB (Red+Green+Blue) = 97+157+209=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #619DD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DD1 is #9E622E. Grayscale: #909090. Windows color (decimal): -10379823 or 13737313. OLE color: 13737313.

HSL color Cylindrical-coordinate representation of color #619DD1: hue angle of 207.86º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #619DD1 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB97157209-
CMYK0.540.2500.18
HSL207.86º54.9%60%-
HSV(B)207.86º53.59%81.96%-
XYZ28.531.2664.85-
YUV144.99164.1293.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.95%
GREEN value IS 157 (61.72% from 255) = 33.91%
BLUE value IS 209 (82.03% from 255) = 45.14%
R=20.95%
G=33.91%
B=45.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal971572090.540.2500.18207.8654.960
Hex619DD13619012d0373c
Octal14123532166310223206774
Binary110000110011101110100011101101100101001011010000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,157,209); }

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

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

 a { background-color: rgb(97,157,209); }

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

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

 span { border-color: rgb(97,157,209); }

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