#619DDD

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

Shades of Picton Blue #619DDD

Tints of Picton Blue #619DDD

Color information

#619DDD (or 0x619DDD) is unknown color: approx Picton Blue. HEX triplet: 61, 9D and DD. RGB value is (97,157,221). Sum of RGB (Red+Green+Blue) = 97+157+221=475 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.42% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #619DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DDD is #9E6222. Grayscale: #929292. Windows color (decimal): -10379811 or 14523745. OLE color: 14523745.

HSL color Cylindrical-coordinate representation of color #619DDD: hue angle of 210.97º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #619DDD is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97157221-
CMYK0.560.2900.13
HSL210.97º64.58%62.35%-
HSV(B)210.97º56.11%86.67%-
XYZ30.0431.8872.98-
YUV146.36170.1292.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.42%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 221 (86.72% from 255) = 46.53%
R=20.42%
G=33.05%
B=46.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal971572210.560.2900.13210.9764.5862.35
Hex619DDD381D0Dd3413e
Octal141235335703501532310176
Binary110000110011101110111011110001110101101110100111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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