#619FDE

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

Shades of Picton Blue #619FDE

Tints of Picton Blue #619FDE

Color information

#619FDE (or 0x619FDE) is unknown color: approx Picton Blue. HEX triplet: 61, 9F and DE. RGB value is (97,159,222). Sum of RGB (Red+Green+Blue) = 97+159+222=478 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.29% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #619FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619FDE is #9E6021. Grayscale: #939393. Windows color (decimal): -10379298 or 14589793. OLE color: 14589793.

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

Color convert

RGB97159222-
CMYK0.560.2800.13
HSL210.24º65.45%62.55%-
HSV(B)210.24º56.31%87.06%-
XYZ30.5132.6173.79-
YUV147.64169.9691.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.29%
GREEN value IS 159 (62.5% from 255) = 33.26%
BLUE value IS 222 (87.11% from 255) = 46.44%
R=20.29%
G=33.26%
B=46.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal971592220.560.2800.13210.2465.4562.55
Hex619FDE381C0Dd2413f
Octal141237336703401532210177
Binary110000110011111110111101110001110001101110100101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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