#619EDC

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

Shades of Picton Blue #619EDC

Tints of Picton Blue #619EDC

Color information

#619EDC (or 0x619EDC) is unknown color: approx Picton Blue. HEX triplet: 61, 9E and DC. RGB value is (97,158,220). Sum of RGB (Red+Green+Blue) = 97+158+220=475 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.42% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #619EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619EDC is #9E6123. Grayscale: #929292. Windows color (decimal): -10379556 or 14458465. OLE color: 14458465.

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

Color convert

RGB97158220-
CMYK0.560.2800.14
HSL210.24º63.73%62.16%-
HSV(B)210.24º55.91%86.27%-
XYZ30.0732.1672.33-
YUV146.83169.2992.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.42%
GREEN value IS 158 (62.11% from 255) = 33.26%
BLUE value IS 220 (86.33% from 255) = 46.32%
R=20.42%
G=33.26%
B=46.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971582200.560.2800.14210.2463.7362.16
Hex619EDC381C0Ed2403e
Octal141236334703401632210076
Binary110000110011110110111001110001110001110110100101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,158,220); }

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

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

 a { background-color: rgb(97,158,220); }

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

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

 span { border-color: rgb(97,158,220); }

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